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/nimble.gram | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/misc/nimble.gram') 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 -- cgit v1.2.3