From 7201b6bd42d0b3d5176e605eb4076f9d2284500a Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Mon, 4 Jun 2018 10:55:11 -0300 Subject: Change parser token syntax Parser meta-tokens now use <...> syntax instead of {...} so as not to get them confused with reference tokens. --- data/misc/700000items.gram | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/misc/700000items.gram') 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] -- cgit v1.2.3