[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LALR(1) Grammar for Lua?
- From: Brian Chin <naerbnic@...>
- Date: Fri, 01 Mar 2002 11:02:57 -0800
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