diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |