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

Json trees #3773

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from
Open

Json trees #3773

wants to merge 13 commits into from

Commits on Jul 4, 2022

  1. initial json tree impl

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8525360 View commit details
    Browse the repository at this point in the history
  2. improve literals

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d13e826 View commit details
    Browse the repository at this point in the history
  3. test optional start rule

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    82d8490 View commit details
    Browse the repository at this point in the history
  4. use token index only

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    41a46a5 View commit details
    Browse the repository at this point in the history
  5. dump it all now

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    19b46df View commit details
    Browse the repository at this point in the history
  6. Move tests to descriptors. only works for java now.

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ce5da19 View commit details
    Browse the repository at this point in the history
  7. skip non-java JSON tests for now

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    02f08fc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. update all target test templates for ToJSON(s) template.

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    083c873 View commit details
    Browse the repository at this point in the history
  2. json all on one line; add start/stop not text for tokens

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f9d2432 View commit details
    Browse the repository at this point in the history
  3. move to separate class

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    232f5e9 View commit details
    Browse the repository at this point in the history
  4. add comment

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6a1d7f9 View commit details
    Browse the repository at this point in the history
  5. add more complex grammar

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f121ba4 View commit details
    Browse the repository at this point in the history
  6. more comment

    Signed-off-by: Terence Parr <parrt@antlr.org>
    parrt committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7e7057b View commit details
    Browse the repository at this point in the history