From 3e73bf22f0e3819276369f8d1ea3d546002956b9 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Mon, 5 Oct 2015 16:57:12 -0400 Subject: load reduction nonterms --- src/colm.lm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/colm.lm') diff --git a/src/colm.lm b/src/colm.lm index 5420014e..c7c72c2a 100644 --- a/src/colm.lm +++ b/src/colm.lm @@ -364,10 +364,10 @@ lex end def red_nonterm - [id ROPEN host_item* RCLOSE] + [type_ref ROPEN HostItems: host_item* RCLOSE] def red_action - [NonTerm: type_ref COLON Prod: id ROPEN HostItems: host_item* RCLOSE] + [type_ref COLON id ROPEN HostItems: host_item* RCLOSE] def host_item [red_id] -- cgit v1.2.1