From a893d72c2caf3b8dc457115f6409b6bf66a5adbc Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 25 Feb 2010 02:10:26 -0500 Subject: Parse interiors. --- dimension/common.nonterminals | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dimension/common.nonterminals') diff --git a/dimension/common.nonterminals b/dimension/common.nonterminals index 7513f9c..c3b2b3f 100644 --- a/dimension/common.nonterminals +++ b/dimension/common.nonterminals @@ -59,6 +59,10 @@ %type REFLECTION %type REFLECTION_ITEMS +/* Interiors */ +%type INTERIOR +%type INTERIOR_ITEMS + /* Floats */ %type FLOAT %type FLOAT_LITERAL -- cgit v1.2.3