aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3b27c99..98e5849 100644
--- a/TODO
+++ b/TODO
@@ -35,3 +35,7 @@
* better interactive error handling when interpreting from stdin
* document ALL THE LIBRARIES
* consider https://en.wikipedia.org/wiki/Hindley%E2%80%93Milner_type_system and finally make the stuff typed correctly
+
+* on fatal resolution failure, try parent scopes to see whether it's a simple typo (levenstein)
+
+* Why is `parse quartfull` in igor taking significant time? Java LR(0) parser allegedly takes 0.001s.