Go to file
Rui Ueyama 6116cae4c4 Add goto and labeled statement 2020-12-07 12:00:06 +09:00
test Add goto and labeled statement 2020-12-07 12:00:06 +09:00
.gitignore Rewrite tests in shell script in C 2020-10-15 14:22:15 +09:00
LICENSE Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
Makefile Rewrite tests in shell script in C 2020-10-15 14:22:15 +09:00
README.md Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
chibicc.h Add goto and labeled statement 2020-12-07 12:00:06 +09:00
codegen.c Add goto and labeled statement 2020-12-07 12:00:06 +09:00
main.c Emit .file and .loc assembler directives 2020-10-15 14:22:16 +09:00
parse.c Add goto and labeled statement 2020-12-07 12:00:06 +09:00
strings.c Refactoring: Add a utility function 2020-10-08 14:31:22 +09:00
tokenize.c Add goto and labeled statement 2020-12-07 12:00:06 +09:00
type.c Add a notion of an incomplete struct type 2020-12-07 12:00:06 +09:00

README.md

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