Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements for ast_to_src #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

shviller
Copy link

@shviller shviller commented Oct 1, 2014

Processes unary minus correctly, produces valid code for string literal method calls and IIFEs, processes label, goto, and the `Stat nodes, escapes invalid identifiers.

Processes unary minus correctly, produces valid code for string literal
method calls and IIFEs, processes label, goto, and the `Stat node,
escapes invalid identifiers.
ast_to_src wraps "string literal" in parens to produce valud lua syntax.
@ghost
Copy link

ghost commented Nov 26, 2015

Wrong handling of the unm operator is described in issue #25 and also fixed in pull-request #26.

@astadmistry
Copy link

Any update on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants