Files
c/README.md
2018-05-05 00:50:40 +02:00

378 B
Raw Permalink Blame History

c

An incredibly simple compiler from a Kaleidoscope-like language to C.

Inspired by Gary Bernhardts 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.