From e0efc5ef27039f03be4783d593508ea7480aa4d0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 15 Aug 2010 00:22:47 -0600 Subject: Add cylinder support to dimension. --- dimension/common.nonterminals | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dimension/common.nonterminals') diff --git a/dimension/common.nonterminals b/dimension/common.nonterminals index 5f915c5..09a4f5f 100644 --- a/dimension/common.nonterminals +++ b/dimension/common.nonterminals @@ -40,6 +40,8 @@ %type OBJECT %type FINITE_SOLID_OBJECT %type BOX +%type CYLINDER +%type MAYBE_OPEN %type SPHERE %type INFINITE_SOLID_OBJECT %type PLANE -- cgit v1.2.3