From 7f9b9f9f37d52e8ccfae4dc688cffaddaf702d85 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 17 Feb 2014 12:58:10 -0800 Subject: [PATCH] Update todo --- todo.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/todo.md b/todo.md index a7900550..95e85e5e 100644 --- a/todo.md +++ b/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 \ No newline at end of file