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/700000items.gram | |
| 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/700000items.gram')
| -rwxr-xr-x | data/misc/700000items.gram | 2 |
1 files changed, 1 insertions, 1 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] |
