Go to file
Rui Ueyama 37998be0c1 Improve error message for multibyte characters 2020-12-07 12:00:06 +09:00
include Add va_copy() 2020-12-07 12:00:06 +09:00
test Handle struct designator for anonymous struct member 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 Turn on -Wall compiler flag and fix compiler warnings 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 Improve error message for multibyte characters 2020-12-07 12:00:06 +09:00
codegen.c Make "main" to implicitly return 0 2020-12-07 12:00:06 +09:00
main.c Ignore -O, -W and -g and other flags 2020-12-07 12:00:06 +09:00
parse.c Handle struct designator for anonymous struct member 2020-12-07 12:00:06 +09:00
preprocess.c Allow to concatenate regular string literals with L/u/U 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 Improve error message for multibyte characters 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
unicode.c Improve error message for multibyte characters 2020-12-07 12:00:06 +09:00

README.md

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