add better panic message and restructure src/args.rs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-04-08 02:10:36 +05:30
parent 57ce926af6
commit 6979a02408
3 changed files with 68 additions and 36 deletions

7
README.org 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