Update todo

This commit is contained in:
Max Brunsfeld 2014-05-01 20:05:03 -07:00
parent b9393b5c1a
commit e36d586817

View file

@ -2,9 +2,6 @@ TODO
====
* Complete javascript and golang grammars
* Add `token` helper that allows user to specify structure of tokens using
rules other than strings and patterns
* Allow language keywords to be specified inline, not as separate named rules.
* Make separator character set configurable, not hard-coded to whitespace
* Add special lexical behavior for indentation-aware languages
* Return a useful error when grammar contains invalid regex patterns