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

Commits on Oct 1, 2014

  1. Bring ast_to_src up to date

    Bring ast_to_src up to date with the main repository at
    http://git.eclipse.org/c/koneki/org.eclipse.koneki.metalua.git/
    shviller committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    16c191c View commit details
    Browse the repository at this point in the history
  2. Multiple enhancements to ast_to_src

    Processes unary minus correctly, produces valid code for string literal
    method calls and IIFEs, processes label, goto, and the `Stat node,
    escapes invalid identifiers.
    shviller committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    a456151 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2014

  1. ast_to_src handles "string literal":method()

    ast_to_src wraps "string literal" in parens to produce valud lua syntax.
    shviller committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    30603a8 View commit details
    Browse the repository at this point in the history