lcc/README.md
2020-08-17 22:15:23 +02:00

2 lines
260 B
Markdown

# lcc
This is an attempt to create a compiler for a subset of C. It is written in c# following [this](https://norasandler.com/2017/11/29/Write-a-Compiler.html) tutorial by Nora Sandler. It was made to learn more about compilers and is not made for actual use.