Go to file
2020-10-07 20:13:00 +09:00
.gitignore Compile an integer to an exectuable that exits with the given number 2020-09-13 21:36:28 +09:00
chibicc.h Add { ... } 2020-10-07 20:13:00 +09:00
codegen.c Add { ... } 2020-10-07 20:13:00 +09:00
main.c Support multi-letter local variables 2020-10-07 20:12:19 +09:00
Makefile Split main.c into multiple small files 2020-10-07 20:11:16 +09:00
parse.c Add { ... } 2020-10-07 20:13:00 +09:00
test.sh Add { ... } 2020-10-07 20:13:00 +09:00
tokenize.c Add "return" statement 2020-10-07 20:12:57 +09:00