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

LALRPOP parser for AIR #13

Merged
merged 53 commits into from
Nov 3, 2020
Merged

LALRPOP parser for AIR #13

merged 53 commits into from
Nov 3, 2020

Commits on Nov 2, 2020

  1. Try pest & LALRPOP

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    df5c4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    540a3d4 View commit details
    Browse the repository at this point in the history
  3. parse_seq

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    0652a67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f4435c View commit details
    Browse the repository at this point in the history
  5. fix accumulator parsing

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9fd7643 View commit details
    Browse the repository at this point in the history
  6. remove lookbehind

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8153438 View commit details
    Browse the repository at this point in the history
  7. update aqua parser

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7c9984e View commit details
    Browse the repository at this point in the history
  8. add seq_seq test

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    eb4ca4d View commit details
    Browse the repository at this point in the history
  9. move to dirs

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    bcda73d View commit details
    Browse the repository at this point in the history
  10. pest changes

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    78fe330 View commit details
    Browse the repository at this point in the history
  11. add json_path support

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    23966b2 View commit details
    Browse the repository at this point in the history
  12. test on json path

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9ad1c84 View commit details
    Browse the repository at this point in the history
  13. remove pest

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    15d31b6 View commit details
    Browse the repository at this point in the history
  14. tests wip

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    20199b3 View commit details
    Browse the repository at this point in the history
  15. fix binary_instruction

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    83ab1d3 View commit details
    Browse the repository at this point in the history
  16. use square braces for args

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    8349dc7 View commit details
    Browse the repository at this point in the history
  17. wip

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    89679e9 View commit details
    Browse the repository at this point in the history
  18. Cargo.lock

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    61fb89d View commit details
    Browse the repository at this point in the history
  19. Try pest & LALRPOP

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    f6967f2 View commit details
    Browse the repository at this point in the history
  20. remove pest

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    c927a72 View commit details
    Browse the repository at this point in the history
  21. tests wip

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e1da324 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c790080 View commit details
    Browse the repository at this point in the history
  23. uncomment fold & next o_O

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    b2a8e0a View commit details
    Browse the repository at this point in the history
  24. uncomment par

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e8a94ca View commit details
    Browse the repository at this point in the history
  25. Uncomment Xor

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    9f23a45 View commit details
    Browse the repository at this point in the history
  26. update aqua

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    80c83f9 View commit details
    Browse the repository at this point in the history
  27. fix bad merge o_O

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    422e3a3 View commit details
    Browse the repository at this point in the history
  28. parsed_call works

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    96c86d6 View commit details
    Browse the repository at this point in the history
  29. Move functions to call::utils

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7b39685 View commit details
    Browse the repository at this point in the history
  30. create_service works

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    403f018 View commit details
    Browse the repository at this point in the history
  31. par_par_call works

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    58b1c2b View commit details
    Browse the repository at this point in the history
  32. call_evidence_basic works

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    abb0a82 View commit details
    Browse the repository at this point in the history
  33. data_merge works

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4322ceb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    d9f9606 View commit details
    Browse the repository at this point in the history
  35. more readable regexes

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    fe2d317 View commit details
    Browse the repository at this point in the history
  36. cargo fmt aqua.rs

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    19ee316 View commit details
    Browse the repository at this point in the history
  37. fix more tests

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5ca91df View commit details
    Browse the repository at this point in the history
  38. fix benchmarks

    folex committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    29aa13a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Configuration menu
    Copy the full SHA
    d9b9c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c50b1a View commit details
    Browse the repository at this point in the history
  3. do not cargo fmt aqua

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    1d1fe38 View commit details
    Browse the repository at this point in the history
  4. do not cargo fmt aqua

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    cd3ba88 View commit details
    Browse the repository at this point in the history
  5. update cargo.lock

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    d0b1ae9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    213bf6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a345f35 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6dcbd38 View commit details
    Browse the repository at this point in the history
  9. simplify function args parsing

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    81f0749 View commit details
    Browse the repository at this point in the history
  10. doc on triplet

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    24c9618 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bdebd32 View commit details
    Browse the repository at this point in the history
  12. remove sexpr

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    04f42b6 View commit details
    Browse the repository at this point in the history
  13. cleanup

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    6b66d0f View commit details
    Browse the repository at this point in the history
  14. cleanup

    folex committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    a7ea01f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25e2b89 View commit details
    Browse the repository at this point in the history