The latest version of language-lua is 0.11.0.2-0.

language-lua

Version 0.4.4 revision 4 uploaded by OmerAgacan.

Package meta

Synopsis
Lua parser and pretty-printer
Description

Lua 5.2 lexer, parser and pretty-printer. Documentation: (https://osa1.github.com/language-lua)

Changelog:

0.4.4:

  • Printer now takes operator precedences into account while printing Binop and Unop expressions and prints parenthesis as necessary.

  • Printer now does not put line break in Binop expressions.

0.4.3:

  • Data and Typeable instances are implemented for syntax tree.

0.4.2:

  • More tweaks in pretty printer.

  • Started using 2 spaces for indentation(instead of 4 as before).

0.4.1:

  • Some tweaks in pretty-printer.

0.4.0:

  • Table and FunDef nodes are removed from simplified syntax.

0.3.1:

0.3.0:

  • Added non-annotated syntax to make code-generation easier.

0.2.3:

  • Minor internal changes.

0.2.2:

  • Some tweaks in pretty-printer.

0.2.0:

  • Syntax tree is annotated. All parsers(parseText, parseFile) annotate resulting tree with source positions.

Author
Omer Sinan Agacan
Bug reports
http://github.com/osa1/language-lua/issues
Category
Language
Copyright
n/a
Homepage
http://github.com/osa1/language-lua
Maintainer
omeragacan@gmail.com
Package URL
n/a
Stability
Experimental

Components