summaryrefslogtreecommitdiff
path: root/data/sample-grammars/long-data/roman-numeral.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 21:14:41 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 21:14:41 -0300
commit63c7fff30d41ab691d6f49d8d7b69e60f9a9e80f (patch)
tree2addce4256bdabf4cc987fff936b4c04b9df2477 /data/sample-grammars/long-data/roman-numeral.gram
parent9b9ce0c3123d70b9e839084aade4f37eb08e328d (diff)
Grammar updates
General pass to update grammars to new syntax/features
Diffstat (limited to 'data/sample-grammars/long-data/roman-numeral.gram')
-rwxr-xr-xdata/sample-grammars/long-data/roman-numeral.gram6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/sample-grammars/long-data/roman-numeral.gram b/data/sample-grammars/long-data/roman-numeral.gram
index 886d44c..9715036 100755
--- a/data/sample-grammars/long-data/roman-numeral.gram
+++ b/data/sample-grammars/long-data/roman-numeral.gram
@@ -1,8 +1,8 @@
[roman-numeral-string] [roman-numeral-string+1]
-[roman-numeral-string+1] [roman-numeral]
- [roman-numeral]
- [roman-numeral] [roman-numeral-string]
+[roman-numeral-string+1] <^2> <&1..4> [roman-numeral]
+ <^4> <&5..10> [roman-numeral]
+ <&10..15> [roman-numeral]
pragma initial-rule [roman-numeral-string]