Go to file
Rui Ueyama 603de502fd Add va_copy() 2020-12-07 12:00:06 +09:00
include Add va_copy() 2020-12-07 12:00:06 +09:00
test Add va_copy() 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 Self-host: including preprocessor, chibicc can compile itself 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 Allow to call a fucntion returning a struct 2020-12-07 12:00:06 +09:00
codegen.c Allow variadic function to take more than 6 parameters 2020-12-07 12:00:06 +09:00
main.c Add default include paths 2020-12-07 12:00:06 +09:00
parse.c Allow to define a function returning a struct 2020-12-07 12:00:06 +09:00
preprocess.c Concatenate adjacent string literals 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 Recognize wide character literal 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.