lua-users home
lua-l archive

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




Anyway, if you have such specific desires for the syntax of your DSL,
why not use lpeg to build a real DSL?


Or for that matter, yacc, which is what Lua originally used before the parser was rewritten manually?