summaryrefslogtreecommitdiff
path: root/src/colm.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-10-05 16:57:12 -0400
committerAdrian Thurston <thurston@complang.org>2015-10-05 16:57:12 -0400
commit3e73bf22f0e3819276369f8d1ea3d546002956b9 (patch)
treea9df873323200180bec8f42601bab8c83f1360f9 /src/colm.lm
parentcbca35717204e8a02e71c3a3e67eaf9f5a0f4019 (diff)
downloadcolm-3e73bf22f0e3819276369f8d1ea3d546002956b9.tar.gz
load reduction nonterms
Diffstat (limited to 'src/colm.lm')
-rw-r--r--src/colm.lm4
1 files changed, 2 insertions, 2 deletions
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]