From ae9340847b7a6ef839b096d663da8162fd29c44a Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 26 Apr 2018 11:22:50 -0300 Subject: Update --- RGens/data/seniordesign/dbdata.gram | 2 +- RGens/todos.txt | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3