mirror of https://github.com/lua/lua
the parser is not LL(1)
This commit is contained in:
parent
0171543704
commit
fd40af92e4
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lparser.c,v 1.151 2001/06/28 14:57:17 roberto Exp roberto $
|
** $Id: lparser.c,v 1.152 2001/07/10 20:02:22 roberto Exp roberto $
|
||||||
** LL(1) Parser and code generator for Lua
|
** Lua Parser
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
** $Id: lparser.h,v 1.31 2001/06/05 18:17:01 roberto Exp roberto $
|
** $Id: lparser.h,v 1.32 2001/06/28 14:56:25 roberto Exp roberto $
|
||||||
** LL(1) Parser and code generator for Lua
|
** Lua Parser
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue