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

Ast update #915

Merged
merged 15 commits into from
Nov 30, 2014
Merged

Ast update #915

merged 15 commits into from
Nov 30, 2014

Commits on Nov 26, 2014

  1. Configuration menu
    Copy the full SHA
    61dd721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df421f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cfe6a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2014

  1. Update statement node ASTs

    kpdecker committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    2a4819d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697bbe5 View commit details
    Browse the repository at this point in the history
  3. Replace DataNode and IdNode with PathNode

    This is a breaking change for string mode users as there is no longer a distinct type for data parameters. Instead data consumers should look for the @ prefix value.
    kpdecker committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    5c921ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1cba43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1124908 View commit details
    Browse the repository at this point in the history
  6. Treat partial exec in a manner closer to helpers

    This helps unify the code handling and will also be needed to support string/id tracking on partials.
    kpdecker committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    f990cf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2014

  1. Configuration menu
    Copy the full SHA
    6a7a8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc9fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95b2309 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6796e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2014

  1. Rework strip flags to make clearer at in AST level

    Rather than keeping state in the AST, which requires some gymnastics, we create a separate visitor flow which does the top down iteration necessary to calculate all of the state needed for proper whitespace control evaluation.
    kpdecker committed Nov 29, 2014
    Configuration menu
    Copy the full SHA
    928ba56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a655aed View commit details
    Browse the repository at this point in the history