commit 29b7b8e52cc9ff7ca39869c1aad98a3b7860c09a
parent a9dd2c67176287741a917db020eb797f62d65040
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Wed, 11 Feb 1998 18:56:25 -0200
better error messages for wrong tokens
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lua.stx b/lua.stx
@@ -1,6 +1,6 @@
%{
/*
-** $Id: lua.stx,v 1.32 1998/01/12 13:00:51 roberto Exp roberto $
+** $Id: lua.stx,v 1.33 1998/01/12 13:35:37 roberto Exp roberto $
** Syntax analizer and code generator
** See Copyright Notice in lua.h
*/
@@ -643,7 +643,6 @@ TProtoFunc *luaY_parser (ZIO *z)
%start chunk
-%token WRONGTOKEN
%token NIL
%token IF THEN ELSE ELSEIF WHILE DO REPEAT UNTIL END
%token RETURN