Go to file
Rui Ueyama c2cc1d3c45 Add \x<hexadecimal-sequence> 2020-10-08 15:43:05 +09:00
.gitignore
LICENSE
Makefile
README.md
chibicc.h Refactoring: Add a utility function 2020-10-08 14:31:22 +09:00
codegen.c Add string literal 2020-10-07 20:13:26 +09:00
main.c Merge Function with Var 2020-10-07 20:13:26 +09:00
parse.c Refactoring: Add a utility function 2020-10-08 14:31:22 +09:00
strings.c Refactoring: Add a utility function 2020-10-08 14:31:22 +09:00
test.sh Add \x<hexadecimal-sequence> 2020-10-08 15:43:05 +09:00
tokenize.c Add \x<hexadecimal-sequence> 2020-10-08 15:43:05 +09:00
type.c Add char type 2020-10-07 20:13:26 +09:00

README.md

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