Re: [Luarocks-developers] Metalua-Parser 0.7.1

2013-12-17 Thread Hisham
On 17 December 2013 08:05, Fabien wrote: > Following some feedbacks and review on 0.7, here's a 0.7.1 revision: > https://github.com/fab13n/metalua-parser/releases/tag/v0.7.1 > > Metalua-Parser is the subset of Metalua which produces ASTs out of Lua > sources. The AST format, including source/tree

[Luarocks-developers] Metalua-Parser 0.7.1

2013-12-17 Thread Fabien
Following some feedbacks and review on 0.7, here's a 0.7.1 revision: https://github.com/fab13n/metalua-parser/releases/tag/v0.7.1 Metalua-Parser is the subset of Metalua which produces ASTs out of Lua sources. The AST format, including source/tree mapping metadata, is specified in README.md. -