From 7f8a7e16cd8e5c26884ec8a0ce055ab75e9932a2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 22 Dec 1993 19:19:23 -0200 Subject: criacao do token WRONGTOKEN, necessario para o novo analizador lexico --- lua.stx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua.stx b/lua.stx index dc44cc12..dfa85990 100644 --- a/lua.stx +++ b/lua.stx @@ -1,6 +1,6 @@ %{ -char *rcs_luastx = "$Id: $"; +char *rcs_luastx = "$Id: lua.stx,v 1.1 1993/12/17 18:53:07 celes Exp roberto $"; #include #include @@ -150,6 +150,7 @@ static void code_number (float f) %start functionlist +%token WRONGTOKEN %token NIL %token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END %token RETURN -- cgit v1.2.3-55-g6feb