summaryrefslogtreecommitdiff
path: root/RGens/todos.txt
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-11 22:25:02 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2017-10-11 22:25:02 -0300
commit9a0bf41772184f7072f76cfa94e520d022261e4f (patch)
treeb53f08d849e0cfe2f6b7a628616f38666eec7bde /RGens/todos.txt
parent3e6e258a63d30e9ae57cc3f08efdcf95d6a3c44d (diff)
More grammars
Diffstat (limited to 'RGens/todos.txt')
-rw-r--r--RGens/todos.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/RGens/todos.txt b/RGens/todos.txt
new file mode 100644
index 0000000..cad2157
--- /dev/null
+++ b/RGens/todos.txt
@@ -0,0 +1,11 @@
+@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.
+
+@TODO 10/11/17 Ben Culkin :ExportSanity
+ Figure out a way to organize exports instead of just sticking them all
+ into the global namespace. Maybe use the @ symbol for 'foreign rule
+ references' (FRRs)