378 B
378 B
c
An incredibly simple compiler from a Kaleidoscope-like language to C.
Inspired by Gary Bernhardt’s screencast on building a compiler, but compiles to C and (kind of) supports strings, and including other source files. Refer to the example file to see how it works.