diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 10:55:11 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-06-04 10:55:11 -0300 |
| commit | 7201b6bd42d0b3d5176e605eb4076f9d2284500a (patch) | |
| tree | 23fdd806654b3632c0b4b615259c36da2c9d9432 /data/misc | |
| parent | edade87b0a74137643e4c3ac861fff5cadbbe980 (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/misc')
| -rwxr-xr-x | data/misc/700000items.gram | 2 | ||||
| -rwxr-xr-x | data/misc/nimble.gram | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/misc/700000items.gram b/data/misc/700000items.gram index 950bbb2..ae4f2ae 100755 --- a/data/misc/700000items.gram +++ b/data/misc/700000items.gram @@ -1,7 +1,7 @@ [item-name] [noun] pragma prefix-with [item-name] [post] -pragma prefix-with [item-name] [adj] [adj] +pragma prefix-with [item-name] <&1..2> [adj] pragma prefix-with [item-name] [pre] pragma suffix-with [item-name] [end] diff --git a/data/misc/nimble.gram b/data/misc/nimble.gram index 52a520a..0408011 100755 --- a/data/misc/nimble.gram +++ b/data/misc/nimble.gram @@ -1,5 +1,5 @@ -[bimble] {^4} bimble - {^4} nimble +[bimble] <^4> bimble + <^4> nimble dindle symbol frindle |
