add README and LICENSE

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-04-06 17:21:08 +05:30
parent e956976a2d
commit 57ce926af6
2 changed files with 681 additions and 0 deletions

7
README Normal file
View File

@@ -0,0 +1,7 @@
tricc (pronounced "trick-c" or "trixie" like pixie) is a WIP toy compiler I am
writing to understand compilers better, that's it. Will probably use LLVM as
the backend.
Notes:
- Does not work
- Is WIP