lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Just two quick questions:

1. Would there be any benefit for making an LALR(1) Parser (Bison Parser) for Lua? If the source distro is a problem, then the people could just distribute the resultant .c files 2. If there was an ability to use the LALR(1) Grammars, is there any change to the language which the recursive descent method was preventing?

- Brian