From 40752ebfb3ec8355b4f17681f8aab0ca7f6992f4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 1 Feb 2010 21:27:12 -0500 Subject: Implement #declare, #local, and #undef in middle tier. Oh God this is ugly... --- dimension/grammar.nonterminals | 58 ------------------------------------------ 1 file changed, 58 deletions(-) (limited to 'dimension/grammar.nonterminals') diff --git a/dimension/grammar.nonterminals b/dimension/grammar.nonterminals index ae752c3..4b608c1 100644 --- a/dimension/grammar.nonterminals +++ b/dimension/grammar.nonterminals @@ -20,64 +20,6 @@ /* Top-level items */ %type SCENE_ITEM -/* Language directives */ -%type RVALUE -%type IDENTIFIER - -/* Transformations */ -%type TRANSFORMATION - -/* The camera */ -%type CAMERA -%type CAMERA_ITEMS -%type CAMERA_ITEM -%type CAMERA_TYPE -%type CAMERA_VECTOR -%type CAMERA_MODIFIER - /* Atmospheric effects */ %type ATMOSPHERIC_EFFECT %type BACKGROUND - -/* Objects */ -%type OBJECT -%type FINITE_SOLID_OBJECT -%type BOX -%type LIGHT_SOURCE -%type SPHERE - -/* Object modifiers */ -%type OBJECT_MODIFIERS -%type OBJECT_MODIFIER - -/* Textures */ -%type TEXTURE -%type TEXTURE_ITEMS - -/* Pigments */ -%type PIGMENT -%type PIGMENT_TYPE - -/* Finishes */ -%type FINISH -%type FINISH_ITEMS -%type REFLECTION -%type REFLECTION_ITEMS - -/* Floats */ -%type FLOAT -%type FLOAT_LITERAL - -/* Vectors */ -%type VECTOR -%type VECTOR_LITERAL - -/* Generalized arithmetic expressions */ -%type ARITH_EXPR - -/* Colors */ -%type COLOR -%type COLOR_BODY -%type COLOR_VECTOR -%type COLOR_KEYWORD_GROUP -%type COLOR_KEYWORD_GROUP_INIT -- cgit v1.2.3