Go to file
Rui Ueyama 4fc741d109 Handle struct initializers for local variables 2019-08-18 17:56:36 +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 Support file-scope functions 2019-08-11 20:40:48 +09:00
README.md Add LICENSE and README.md 2019-08-04 18:07:31 +09:00
chibi.h Add ?: operator 2019-08-17 10:27:35 +09:00
codegen.c Add ?: operator 2019-08-17 10:27:35 +09:00
main.c Align local variables 2019-08-09 00:10:31 +09:00
parse.c Handle struct initializers for local variables 2019-08-18 17:56:36 +09:00
tests Handle struct initializers for local variables 2019-08-18 17:56:36 +09:00
tokenize.c Add <<, >>, <<= and >>= 2019-08-16 13:45:24 +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.