summaryrefslogtreecommitdiff
path: root/todos.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 16:02:15 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-05-29 16:02:57 -0300
commit986870048e06fa0de2dd81d244a78c43cd2aa769 (patch)
tree117a97ac40f95295b6fd115ae1ddf69f8073b38b /todos.txt
parentf1a762044a68c39465c89491fca94ec75651639c (diff)
Fix pragma error messages.
Malformed pragmas should now give better error messages.
Diffstat (limited to 'todos.txt')
-rwxr-xr-xtodos.txt10
1 files changed, 2 insertions, 8 deletions
diff --git a/todos.txt b/todos.txt
index e4e39cd..79b186f 100755
--- a/todos.txt
+++ b/todos.txt
@@ -1,6 +1,3 @@
-@TODO 10/11/17 Ben Culkin :GrammarReorg
- Better organize the provided sample grammars.
-
@TODO 10/11/17 Ben Culkin :Determinism
Add a way to get the grammar to pick rules in a deterministic fashion,
so as to be able to iterate all of the rules.
@@ -23,8 +20,8 @@
kind of pragma to convert a rule to a single-level spacer?
ADDENDA: 10/24/17
- We now have a partial solution in 'despace-rule'. Now, grammars need to
- be adapted to use it.
+ We now have a partial solution in 'despace-rule'. However, this doesn't
+ quite work in some cases. Why is that?
@TODO 10/23/17 Ben Culkin :Pluralizing
Add some way to say to pluralize the contents of a rule
@@ -51,6 +48,3 @@
@TODO 5/10/18 Ben Culkin :RuleInclusion
Add some way to sort of 'import' a rules body into another rule so as to
not throw off probability by splitting.
-
-@TODO 5/18/18 Ben Culkin :PragmaErrors
- Give better error messages for malformed pragmas