acc/README.md
szdytom 24ab2a70f7 fix syntax error hint & strip all warnings
Signed-off-by: szdytom <szdytom@163.com>
2023-06-12 16:39:30 +08:00

201 B

acc

A (WIP) zero-dependence (sub) C compiler written in pure ISO C, minimal but aims to implement all 4 passes(lex, parse, build ir, code generation) and a set of machine-independent optimizations.