summaryrefslogtreecommitdiff
path: root/todos.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todos.txt')
-rwxr-xr-x[-rw-r--r--]todos.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/todos.txt b/todos.txt
index e4e39cd..664c995 100644..100755
--- a/todos.txt
+++ b/todos.txt
@@ -1,9 +1,7 @@
-@TODO 10/11/17 Ben Culkin :GrammarReorg
- Better organize the provided sample grammars.
-
-@TODO 10/11/17 Ben Culkin :Determinism
+DONE(6/3/18) 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.
+ - Specify the same Random instance to the state
@TODO 10/11/17 Ben Culkin :ExportSanity
Figure out a way to organize exports instead of just sticking them all
@@ -23,8 +21,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
@@ -52,5 +50,6 @@
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
+@TODO 6/3/18 Ben Culkin :DieRandom
+ Add a way to use dice from dicelang (probably the rewrite, once that has
+ a string parser) to create random numbers