@hackage language-lua0.3.1
Lua parser and pretty-printer
Installation
Dependencies (4)
Dependents (4)
@hackage/caffegraph, @hackage/hdiff, @hackage/language-lua-qq, @hackage/acme-everything
Lua 5.2 lexer, parser and pretty-printer. Documentation: (https://osa1.github.com/language-lua)
Changelog: 0.3.1:
Fixed incorrectly exported name
expinLanguage.Lua.Parsermodule.
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.