summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-01-04 18:22:24 -0800
committerPreston Pan <preston@nullring.xyz>2023-01-04 18:22:24 -0800
commit6fe77e2f20f045b89ed10c3952f8f088e9bd3d6c (patch)
tree37abb7d1b129a0a46bbff940aa1b728d4d4f0dbd /README.md
parentf1e455d2fa84067edda695cbba5ddb9e5b77235e (diff)
fully functional parser (collisions might be a problem)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
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