summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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