summaryrefslogtreecommitdiff
path: root/data/new-sample-grammars/cbs.gram
diff options
context:
space:
mode:
authorBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 10:55:11 -0300
committerBenjamin J. Culkin <bjculkin@mix.wvu.edu>2018-06-04 10:55:11 -0300
commit7201b6bd42d0b3d5176e605eb4076f9d2284500a (patch)
tree23fdd806654b3632c0b4b615259c36da2c9d9432 /data/new-sample-grammars/cbs.gram
parentedade87b0a74137643e4c3ac861fff5cadbbe980 (diff)
Change parser token syntax
Parser meta-tokens now use <...> syntax instead of {...} so as not to get them confused with reference tokens.
Diffstat (limited to 'data/new-sample-grammars/cbs.gram')
-rwxr-xr-xdata/new-sample-grammars/cbs.gram8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/new-sample-grammars/cbs.gram b/data/new-sample-grammars/cbs.gram
index fa70a40..dd3e76d 100755
--- a/data/new-sample-grammars/cbs.gram
+++ b/data/new-sample-grammars/cbs.gram
@@ -1375,7 +1375,7 @@ pragma export-rule [proposition]
going forward, [proposition]
actually, [proposition]
-[articulate-proposition] {^8} [proposition]
+[articulate-proposition] <^8> [proposition]
[articulate-proposition-1]
pragma export-rule [articulate-proposition]
@@ -1384,9 +1384,9 @@ pragma export-rule [articulate-proposition]
pragma export-rule [sentence]
-[sentences] {^2} {&1..4} [sentence]
- {^4} {&4..8} [sentence]
- {&8..12} [sentence]
+[sentences] <^2> <&1..4> [sentence]
+ <^4> <&4..8> [sentence]
+ <&8..12> [sentence]
pragma export-rule [sentences]
pragma initial-rule [sentences]