2013-11-14 12:55:02 -08:00
|
|
|
TODO
|
|
|
|
|
====
|
|
|
|
|
|
2014-02-17 12:58:10 -08:00
|
|
|
## batch parsing
|
|
|
|
|
- make it easy to make whitespace-separated sequence rules
|
|
|
|
|
- add comments to generated C code describing the generated tokens (regexp pattern)
|
2014-01-29 09:30:40 -08:00
|
|
|
- fix any memory leaks
|
|
|
|
|
- add special lexical behavior for indentation-aware languages
|
|
|
|
|
|
|
|
|
|
## node.js wrapper
|
|
|
|
|
- add simple selector engine for trees
|
|
|
|
|
|
2014-01-29 19:18:21 -08:00
|
|
|
## incremental parsing
|
|
|
|
|
|
|
|
|
|
## chores
|
2014-02-17 12:58:10 -08:00
|
|
|
- backfill unit-level tests for follow_sets
|