Go to file
2020-10-08 16:23:53 +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 -o and --help options 2020-10-08 16:23:53 +09:00
codegen.c Add -o and --help options 2020-10-08 16:23:53 +09:00
LICENSE Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
main.c Add -o and --help options 2020-10-08 16:23:53 +09:00
Makefile Add -o and --help options 2020-10-08 16:23:53 +09:00
parse.c Handle block scope 2020-10-08 16:23:53 +09:00
README.md Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
strings.c Refactoring: Add a utility function 2020-10-08 14:31:22 +09:00
test-driver.sh Add -o and --help options 2020-10-08 16:23:53 +09:00
test.sh Handle block scope 2020-10-08 16:23:53 +09:00
tokenize.c Add line and block comments 2020-10-08 16:23:53 +09:00
type.c [GNU] Add statement expression 2020-10-08 15:43:05 +09:00

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