Update TODOs

This commit is contained in:
Scott Richmond 2023-06-02 16:03:40 -06:00
parent 5c8ba725a9
commit d6981b3714

View File

@ -1,6 +1,11 @@
[x] Fix recursive definition problems in grammar.clj [x] Fix recursive definition problems in grammar.clj
TODOS for parser
[ ] Make parser errors pretty
[ ] Use synchronization to make parsing more robust
[ ] Decide on synchronization tokens: [then else ] ) } , ; \n]
TODOS from interpreter TODOS from interpreter
[x] implement tuple splat patterns [x] implement tuple splat patterns
[x] update match-list to use new AST representation [x] update match-list to use new AST representation