Go to file
Rui Ueyama a8702a3011 Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00
.gitignore Compile an integer to an exectuable that exits with the given number 2020-09-13 21:36:28 +09:00
LICENSE Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
Makefile Split main.c into multiple small files 2020-09-13 21:36:37 +09:00
README.md Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
chibicc.h Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00
codegen.c Add unary & and * 2020-09-13 21:36:37 +09:00
main.c Support multi-letter local variables 2020-09-13 21:36:37 +09:00
parse.c Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00
test.sh Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00
tokenize.c Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00
type.c Add keyword "int" and make variable definition mandatory 2020-09-13 21:36:37 +09:00

README.md

This is the reference implementation of https://www.sigbus.info/compilerbook.