Go to file
Rui Ueyama acce00228b Do not expand a token more than once for the same objlike macro 2020-12-07 12:00:06 +09:00
test Do not expand a token more than once for the same objlike macro 2020-12-07 12:00:06 +09:00
.gitignore Add stage2 build 2020-12-07 12:00:06 +09:00
LICENSE Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
Makefile Add the null directive 2020-12-07 12:00:06 +09:00
README.md Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
chibicc.h Do not expand a token more than once for the same objlike macro 2020-12-07 12:00:06 +09:00
codegen.c Add #include "..." 2020-12-07 12:00:06 +09:00
main.c Add -E option 2020-12-07 12:00:06 +09:00
parse.c Add #if and #endif 2020-12-07 12:00:06 +09:00
preprocess.c Do not expand a token more than once for the same objlike macro 2020-12-07 12:00:06 +09:00
self.py Add #include "..." 2020-12-07 12:00:06 +09:00
strings.c Run "as" command unless -S is given 2020-12-07 12:00:06 +09:00
tokenize.c Add #if and #endif 2020-12-07 12:00:06 +09:00
type.c Add usual arithmetic conversion for function pointer 2020-12-07 12:00:06 +09:00

README.md

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