the parser is not LL(1)

This commit is contained in:
Roberto Ierusalimschy 2001-08-10 17:53:03 -03:00
parent 0171543704
commit fd40af92e4
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*
** $Id: lparser.c,v 1.151 2001/06/28 14:57:17 roberto Exp roberto $
** LL(1) Parser and code generator for Lua
** $Id: lparser.c,v 1.152 2001/07/10 20:02:22 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/

View File

@ -1,6 +1,6 @@
/*
** $Id: lparser.h,v 1.31 2001/06/05 18:17:01 roberto Exp roberto $
** LL(1) Parser and code generator for Lua
** $Id: lparser.h,v 1.32 2001/06/28 14:56:25 roberto Exp roberto $
** Lua Parser
** See Copyright Notice in lua.h
*/