Go to file
Rui Ueyama 8a474bd008 Ignore "static" and "const" in array-dimensions 2020-09-22 17:39:48 +09:00
test Ignore "static" and "const" in array-dimensions 2020-09-22 17:39:48 +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 U, L and LL prefixes 2020-09-21 19:00:47 +09:00
codegen.c Add unsigned integral types 2020-09-21 19:00:47 +09:00
main.c Emit .file and .loc assembler directives 2020-09-13 21:36:54 +09:00
parse.c Ignore "static" and "const" in array-dimensions 2020-09-22 17:39:48 +09:00
tokenize.c Ignore const, volatile, auto, register, restrict or _Noreturn. 2020-09-22 17:39:38 +09:00
type.c When comparing two pointers, treat them as unsigned 2020-09-21 19:00:47 +09:00

README.md

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