Go to file
Rui Ueyama ebf7b402ea Recognize wide character literal
For now, L'' is equivalent to ''.
2020-09-22 18:34:00 +09:00
test Recognize wide character literal 2020-09-22 18:34:00 +09:00
.gitignore Add stage2 build 2020-09-22 18:34:00 +09:00
LICENSE Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
Makefile Add -I<dir> option 2020-09-22 18:34:00 +09:00
README.md Add LICENSE and README.md 2020-09-13 21:36:37 +09:00
chibicc.h Add __FILE__ and __LINE__ 2020-09-22 18:34:00 +09:00
codegen.c Add #include "..." 2020-09-22 18:34:00 +09:00
main.c Add default include paths 2020-09-22 18:34:00 +09:00
parse.c [GNU] Add __FUNCTION__ 2020-09-22 18:34:00 +09:00
preprocess.c Concatenate adjacent string literals 2020-09-22 18:34:00 +09:00
self.py Add default include paths 2020-09-22 18:34:00 +09:00
strarray.c Accept multiple input files 2020-09-22 18:34:00 +09:00
tokenize.c Recognize wide character literal 2020-09-22 18:34:00 +09:00
type.c Add usual arithmetic conversion for function pointer 2020-09-22 18:34:00 +09:00

README.md

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