lua-users home
lua-l archive

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


Hi
 
I am looking for a LALR grammar for Lua, in Bison/yacc format. I already found some LALR grammar, but that included some structures that bison doesn't accept (like the [ ] characters for optional parts).
 
Regards
 
K Stol