Go to file
Rui Ueyama 9e777dbdc5 Add string literal initializer 2020-09-21 19:00:42 +09:00
test Add string literal initializer 2020-09-21 19:00:42 +09:00
.gitignore Rewrite tests in shell script in C 2020-09-13 21:36:53 +09:00
LICENSE Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
Makefile Rewrite tests in shell script in C 2020-09-13 21:36:53 +09:00
README.md Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
chibicc.h Add string literal initializer 2020-09-21 19:00:42 +09:00
codegen.c Initialize excess array elements with zero 2020-09-21 19:00:41 +09:00
main.c Emit .file and .loc assembler directives 2020-09-13 21:36:54 +09:00
parse.c Add string literal initializer 2020-09-21 19:00:42 +09:00
tokenize.c Add <<, >>, <<= and >>= 2020-09-21 19:00:41 +09:00
type.c Add ?: operator 2020-09-21 19:00:41 +09:00

README.md

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