This commit is contained in:
2018-05-05 00:50:40 +02:00
commit a5ce351f91
3 changed files with 267 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
# c
An incredibly simple compiler from a Kaleidoscope-like language to C.
Inspired by Gary Bernhardts [screencast on building a compiler](https://www.destroyallsoftware.com/screencasts/catalog/a-compiler-from-scratch),
but compiles to C and (kind of) supports strings, and including other source
files. Refer to the [example file](/examples/thing.src) to see how it works.