diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 00:02:57 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 00:02:57 -0300 |
| commit | edade87b0a74137643e4c3ac861fff5cadbbe980 (patch) | |
| tree | 631e1b7c89ce551a255c408c44ccd7e06ddc7ee1 /data/new-sample-grammars/cbs.gram | |
| parent | 2c842ce759095879036bb93321a528f83b77d1ee (diff) | |
Update
Diffstat (limited to 'data/new-sample-grammars/cbs.gram')
| -rwxr-xr-x | data/new-sample-grammars/cbs.gram | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/data/new-sample-grammars/cbs.gram b/data/new-sample-grammars/cbs.gram index 215d8d3..fa70a40 100755 --- a/data/new-sample-grammars/cbs.gram +++ b/data/new-sample-grammars/cbs.gram @@ -1375,13 +1375,7 @@ pragma export-rule [proposition] going forward, [proposition] actually, [proposition] -[articulate-proposition] [proposition] - [proposition] - [proposition] - [proposition] - [proposition] - [proposition] - [proposition] +[articulate-proposition] {^8} [proposition] [articulate-proposition-1] pragma export-rule [articulate-proposition] @@ -1390,15 +1384,9 @@ pragma export-rule [articulate-proposition] pragma export-rule [sentence] -[sentences] [sentence] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] - [sentence] [sentences] +[sentences] {^2} {&1..4} [sentence] + {^4} {&4..8} [sentence] + {&8..12} [sentence] pragma export-rule [sentences] pragma initial-rule [sentences] |
