Go to file
Rui Ueyama 0a5d08c8f8 Complete stdatomic.h 2020-12-07 12:00:06 +09:00
include Complete stdatomic.h 2020-12-07 12:00:06 +09:00
test Add _Atomic and atomic ++, -- and op= operators 2020-12-07 12:00:06 +09:00
.gitignore Add scripts to test third-party apps 2020-12-07 12:00:06 +09:00
LICENSE Add LICENSE and README.md 2020-10-07 20:13:25 +09:00
Makefile Add thread-local variable 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 Add _Atomic and atomic ++, -- and op= operators 2020-12-07 12:00:06 +09:00
codegen.c Add atomic_exchange 2020-12-07 12:00:06 +09:00
hashmap.c Add string hashmap 2020-12-07 12:00:06 +09:00
main.c Add -Xlinker option 2020-12-07 12:00:06 +09:00
parse.c Add _Atomic and atomic ++, -- and op= operators 2020-12-07 12:00:06 +09:00
preprocess.c Complete stdatomic.h 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 _Atomic and atomic ++, -- and op= operators 2020-12-07 12:00:06 +09:00
type.c Add atomic_exchange 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.