Go to file
2020-12-07 12:00:06 +09:00
test Add post ++ and -- 2020-12-07 12:00:06 +09:00
.gitignore
chibicc.h Support file-scope functions 2020-12-07 12:00:05 +09:00
codegen.c Support file-scope functions 2020-12-07 12:00:05 +09:00
LICENSE
main.c Emit .file and .loc assembler directives 2020-10-15 14:22:16 +09:00
Makefile
parse.c Add post ++ and -- 2020-12-07 12:00:06 +09:00
README.md
strings.c
tokenize.c Add pre ++ and -- 2020-12-07 12:00:06 +09:00
type.c Add enum 2020-12-07 12:00:05 +09:00

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