https://github.com/paparazz1/c0_compile
c0 compile
https://github.com/paparazz1/c0_compile
compile compiler-design
Last synced: 3 months ago
JSON representation
c0 compile
- Host: GitHub
- URL: https://github.com/paparazz1/c0_compile
- Owner: PaParaZz1
- Created: 2018-11-14T15:15:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T15:59:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-05T21:12:15.305Z (5 months ago)
- Topics: compile, compiler-design
- Language: C++
- Size: 7.19 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
compiler for 'c0' gramma
## run
- cmake >= 2.8
- gcc/g++ >= 4.8## output
- gramma log: gramma_log.txt
- gramma error: gramma_error.txt
- symbol log: symbol_log.txt
- error: semantic_error.txt
- pcode: pcode.txt
- mips assembly: mips.txt
准备开始重构