Go to file
Rui Ueyama 0924ab0aa5 Add ?: operator 2020-09-21 19:00:41 +09:00
test Add ?: operator 2020-09-21 19:00:41 +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 ?: operator 2020-09-21 19:00:41 +09:00
codegen.c Add ?: operator 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 ?: operator 2020-09-21 19:00:41 +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.