From 17c6b05432c309e013d3cb5b3dc58bb5c43c7770 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 9 Sep 2014 12:31:47 -0700 Subject: [PATCH] Update todo.md --- todo.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index 165a3c36..6671041a 100644 --- a/todo.md +++ b/todo.md @@ -4,11 +4,12 @@ TODO Backlog ------- -* Fix inconsistent generation of START_TOKEN call in lexer error state -* Complete the golang grammar * Handle UTF8 strings -* Implement the remainder of the incremental parsing algorithm: reuse parse tree after the edit +* Implement assertions in regexps ('^', '$', etc) * Make parse error handling more robust +* Create C and go grammars +* Implement the remainder of the incremental parsing algorithm: reuse parse tree after the edit +* Expand the AST Node querying API (`closest(node_name)`, `find(node_name)`, etc) * Add special lexical behavior for indentation-aware languages * Speed up grammar compilation