git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 06/03/2016
Committer: Vasily Kolobkov on 06/03/2016
Write down thoughts on possible improvements
TODO | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..e2dd5cb
--- /dev/null
+++ b/TODO
@@ -0,0 +1,4 @@
+- Given a simingly unambiguous IMAP grammar, no left recursion, lack of
+ lexical structure and strict production priorities, a predictive PEG parser
+ seem like a good fit and would make all the tracking unnecessary. Might try
+ prototyping such an approach.