From 21ae463bfa5ff2398734605fb04fb8d585ee879f Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 10 Jan 2012 02:47:49 +1000 Subject: Move more things into the LSL_Leaf structure, and some clean up related to that. --- LuaSL/src/LuaSL_yaccer.y | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'LuaSL/src/LuaSL_yaccer.y') diff --git a/LuaSL/src/LuaSL_yaccer.y b/LuaSL/src/LuaSL_yaccer.y index ed69dd3..2176065 100644 --- a/LuaSL/src/LuaSL_yaccer.y +++ b/LuaSL/src/LuaSL_yaccer.y @@ -11,6 +11,11 @@ %token LSL_SPACE /* Never actually emitted, but we need it in the token table. */ +%token LSL_COMMENT /* Never actually emitted, but we need it in the token table. */ +%token LSL_COMMENT_LINE /* Never actually emitted, but we need it in the token table. */ +%token LSL_UNKNOWN /* Never actually emitted, but we need it in the token table. */ + +%token LSL_IDENTIFIER %type expr %left LSL_BOOL_AND -- cgit v1.1