lua-users home
lua-l archive

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


Hello David,

Saturday, October 10, 2009, 7:51:52 AM, you wrote:
> I'm looking for a Bison or Yacc-like tool that will generate a parser
> from a BNF or EBNF grammar. Does anyone know of such a thing?

metalua contains lua parser written using lua library gg. it's a
parser combinators library, i.e. it extends idea of yacc grammar files
making them regular lua programs


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin@gmail.com