From 6fe77e2f20f045b89ed10c3952f8f088e9bd3d6c Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 4 Jan 2023 18:22:24 -0800 Subject: fully functional parser (collisions might be a problem) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d5c0364..675a87f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # NoExcess This is basically a scheme-like language that is aimed to -be scheme with no additional fluff. Currently does not work. -The makefile also currently does not work as it contains nothing. -Amazing. +be scheme with no additional fluff. + +## TODO +- [X] Write the lexer +- [X] Write the parser +- [ ] Write hash table +- [ ] Write the visitor +- [ ] Write the print functions -- cgit