Go to file
Rui Ueyama 11bdd08cff Add L and LL prefixes 2019-09-21 16:17:40 +09:00
examples Add && and || operators 2019-08-13 20:10:23 +09:00
.gitignore Add a script for frankenbuild 2019-08-24 12:08:12 +09:00
LICENSE Add LICENSE and README.md 2019-08-04 18:07:31 +09:00
Makefile Add a script for frankenbuild 2019-08-24 12:08:12 +09:00
README.md Add LICENSE and README.md 2019-08-04 18:07:31 +09:00
chibi.h Add L and LL prefixes 2019-09-21 16:17:40 +09:00
codegen.c Add __builtin_va_start to support variadic functions 2019-08-25 11:48:44 +09:00
main.c Add __builtin_va_start to support variadic functions 2019-08-25 11:48:44 +09:00
parse.c Add L and LL prefixes 2019-09-21 16:17:40 +09:00
self.sh Self-host: except the C preprocessor, chibicc can now build itself 2019-08-25 18:00:17 +09:00
tests Add L and LL prefixes 2019-09-21 16:17:40 +09:00
tests-extern Allow variadic functions to be called 2019-08-25 10:06:54 +09:00
tokenize.c Add L and LL prefixes 2019-09-21 16:17:40 +09:00
type.c Add L and LL prefixes 2019-09-21 16:17:40 +09:00

README.md

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