summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RGens/data/seniordesign/dbdata.gram2
-rw-r--r--RGens/todos.txt7
2 files changed, 8 insertions, 1 deletions
diff --git a/RGens/data/seniordesign/dbdata.gram b/RGens/data/seniordesign/dbdata.gram
index 5567438..04938ad 100644
--- a/RGens/data/seniordesign/dbdata.gram
+++ b/RGens/data/seniordesign/dbdata.gram
@@ -48,7 +48,7 @@ pragma export-rule [user-idno]
pragma despace-rule [term-code]
pragma export-rule [term-code]
-[section-code] [0..9] [0..9]
+[section-code] [letter] [0..9] [0..9]
pragma despace-rule [section-code]
pragma export-rule [section-code]
diff --git a/RGens/todos.txt b/RGens/todos.txt
index fe10ab7..8d40f64 100644
--- a/RGens/todos.txt
+++ b/RGens/todos.txt
@@ -36,3 +36,10 @@
@TODO 10/30/17 Ben Culkin :RegexPragma
Add a pragma that applies a regex substitution to the generated version
of a rule.
+
+@TODO 4/25/18 Ben Culkin :Debugging
+ Add a way to print out the rules as a tree format, so as to perform
+ better debugging of rules.
+
+ Once this has been done, consider doing a CLI interface that allows
+ manipulating and using grammars.