Go to file
2020-10-07 20:11:22 +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 Accept multiple statements separated by semicolons 2020-10-07 20:11:22 +09:00
codegen.c Accept multiple statements separated by semicolons 2020-10-07 20:11:22 +09:00
main.c Split main.c into multiple small files 2020-10-07 20:11:16 +09:00
Makefile Split main.c into multiple small files 2020-10-07 20:11:16 +09:00
parse.c Accept multiple statements separated by semicolons 2020-10-07 20:11:22 +09:00
test.sh Accept multiple statements separated by semicolons 2020-10-07 20:11:22 +09:00
tokenize.c Split main.c into multiple small files 2020-10-07 20:11:16 +09:00