From db09a6bc5bb5da674abf7b5f8874a57ef2cf4dfb Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 19 Jun 2010 10:32:41 -0400 Subject: Abstract syntax tree improvements. Keep objects in a single DMNSN_AST_OBJECT node type. --- dimension/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/parse.h') diff --git a/dimension/parse.h b/dimension/parse.h index fd78665..c47363f 100644 --- a/dimension/parse.h +++ b/dimension/parse.h @@ -46,6 +46,7 @@ typedef enum { DMNSN_AST_LOOK_AT, DMNSN_AST_DIRECTION, + DMNSN_AST_OBJECT, DMNSN_AST_BOX, DMNSN_AST_DIFFERENCE, DMNSN_AST_INTERSECTION, -- cgit v1.2.3