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