Update todo
This commit is contained in:
parent
d09fa910ef
commit
7f9b9f9f37
1 changed files with 4 additions and 5 deletions
9
todo.md
9
todo.md
|
|
@ -1,9 +1,9 @@
|
|||
TODO
|
||||
====
|
||||
|
||||
## correct batch parsing
|
||||
- allow spaces between symbols by default
|
||||
- add comments to generated C code giving an example string for each token
|
||||
## batch parsing
|
||||
- make it easy to make whitespace-separated sequence rules
|
||||
- add comments to generated C code describing the generated tokens (regexp pattern)
|
||||
- fix any memory leaks
|
||||
- add special lexical behavior for indentation-aware languages
|
||||
|
||||
|
|
@ -13,5 +13,4 @@ TODO
|
|||
## incremental parsing
|
||||
|
||||
## chores
|
||||
- figure out why Symbol and Character can't have const member variables
|
||||
(unordered_map seems to require mutability of key objects)
|
||||
- backfill unit-level tests for follow_sets
|
||||
Loading…
Add table
Add a link
Reference in a new issue