diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-05 00:16:59 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-05 00:16:59 -0300 |
| commit | bb5d2256ba052af13a3d50f150b78c5762840449 (patch) | |
| tree | 10fb079acabaa34752d5557ce7cf0b97c95beef7 /data/sample-grammars/theory.gram | |
| parent | 8062cff63f864178a2a73650870362871bc25224 (diff) | |
Grammar update
Update grammar for new features/syntax
Diffstat (limited to 'data/sample-grammars/theory.gram')
| -rwxr-xr-x | data/sample-grammars/theory.gram | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/data/sample-grammars/theory.gram b/data/sample-grammars/theory.gram index af2ce49..828b180 100755 --- a/data/sample-grammars/theory.gram +++ b/data/sample-grammars/theory.gram @@ -1,12 +1,9 @@ -[theory] [plural+last] [theory-suffix] +[theory] <^2> [plural+last] [theory-suffix] + <^2> the [last-name] [theory-suffix] + <^3> the [2+last-name] [theory-suffix] [plural+last] [theory-suffix] - the [2+last-name] [theory-suffix] - the [2+last-name] [theory-suffix] - the [2+last-name] [theory-suffix] the [3+last-name] [theory-suffix] [plural+last] [ordinal] [theory-suffix] - the [last-name] [theory-suffix] - the [last-name] [theory-suffix] pragma initial-rule [theory] |
