Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

LDT/MetaLua

< LDT
Revision as of 03:14, 8 July 2014 by Unnamed Poltroon (Talk) (Created page with "= MetaLua = Metalua is an alternative Lua compiler supporting compile-time metaprogramming and syntax extensions. It also contains a pure Lua library for parsing Lua source i...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MetaLua

Metalua is an alternative Lua compiler supporting compile-time metaprogramming and syntax extensions. It also contains a pure Lua library for parsing Lua source into ASTs.

Metalua on GitHub: [1]. Metalua 7.2 Release note : [2].

Back to the top