metalua
metalua copied to clipboard
Enhancements for ast_to_src
Processes unary minus correctly, produces valid code for string literal method calls and IIFEs, processes label, goto, and the `Stat nodes, escapes invalid identifiers.
Wrong handling of the unm operator is described in issue #25 and also fixed in pull-request #26.
Any update on this PR?