Update README.md

This commit is contained in:
CDautermann 2020-08-17 22:15:23 +02:00 committed by GitHub
parent 1099f260d7
commit 4e4b31be3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,2 @@
# lpc
# 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.