An open API service indexing awesome lists of open source software.

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

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
准备开始重构