Go to file
Rui Ueyama a554dff9d1 Add compound literals 2019-08-24 07:45:14 +09:00
examples Add && and || operators 2019-08-13 20:10:23 +09:00
.gitignore Compile an integer to an exectuable that exits with the given number 2019-08-03 11:29:50 +09:00
LICENSE Add LICENSE and README.md 2019-08-04 18:07:31 +09:00
Makefile Add extern 2019-08-21 08:14:15 +09:00
README.md Add LICENSE and README.md 2019-08-04 18:07:31 +09:00
chibi.h Allow global variable initializer to have an addend 2019-08-20 07:27:31 +09:00
codegen.c Add compound literals 2019-08-24 07:45:14 +09:00
main.c Align local variables 2019-08-09 00:10:31 +09:00
parse.c Add compound literals 2019-08-24 07:45:14 +09:00
tests Add compound literals 2019-08-24 07:45:14 +09:00
tokenize.c Add _Alignof 2019-08-21 20:18:08 +09:00
type.c Add ?: operator 2019-08-17 10:27:35 +09:00

README.md

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