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

Updating and moving the grammar to a separate file #2

Closed
wants to merge 11 commits into from

Commits on Dec 8, 2014

  1. Simplifying grammar and moving to a separate file

    This commit simplifies the JMESPath grammar and moved the grammar to a
    separate downloadable file.
    mtdowling committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    d291d11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf09b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2014

  1. Configuration menu
    Copy the full SHA
    987a660 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2014

  1. Configuration menu
    Copy the full SHA
    d5d3cac View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Adding binary and unary expressions.

    Added an "and-expression".
    Added a "not" expression.
    not and binary expressions can be at the root level.
    Filter expressions now support unary conditions.
    Simplified function argument grammar.
    Fixed a bug in how literals were described.
    mtdowling committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    da2b1b0 View commit details
    Browse the repository at this point in the history
  2. Shortening rule names. Removing ambiguities and invalid syntax.

    Renaming function-arg* to arg and arg-list
    mtdowling committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    8698eb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Configuration menu
    Copy the full SHA
    8b4be8a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2015

  1. Configuration menu
    Copy the full SHA
    7a82416 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2015

  1. Updating with latest jmespath.clj changes.

    Incorporates JSON back into the grammar.
    Much better use of insignificant whitespace.
    Uses `[optional]` syntax as it is clearer than `1* optional`.
    mtdowling committed Apr 11, 2015
    Configuration menu
    Copy the full SHA
    d75585e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaed9c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Updating for JEP 12

    mtdowling committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    c4e7b70 View commit details
    Browse the repository at this point in the history