summaryrefslogtreecommitdiff
path: root/RGens
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-04-26 11:22:50 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-04-26 11:22:50 -0300
commitae9340847b7a6ef839b096d663da8162fd29c44a (patch)
treec870ec3d460adf9176cdf740598398104471df3c /RGens
parenta2a24c426fe637f7f970c6f61780afb445e036b9 (diff)
Update
Diffstat (limited to 'RGens')
-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.