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

Parser improvements #22

Merged
merged 39 commits into from
Jul 22, 2024
Merged

Parser improvements #22

merged 39 commits into from
Jul 22, 2024

Commits on Mar 15, 2024

  1. add MLStyle

    jClugstor committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2a980d9 View commit details
    Browse the repository at this point in the history
  2. parse changes

    jClugstor committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    12a773c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    59a5780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6113c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. add if expressions

    jClugstor committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    52c3d34 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 27, 2024

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

Commits on Apr 1, 2024

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

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 5, 2024

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

Commits on Apr 25, 2024

  1. create evaluator file

    jClugstor committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    64bdd9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59e01a6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. function call parsing

    jClugstor committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9705d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    35e0dda View commit details
    Browse the repository at this point in the history
  2. derivative parse fix

    jClugstor committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2143add View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    6820254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60daba View commit details
    Browse the repository at this point in the history
  3. fix tests, update

    jClugstor committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    13dd939 View commit details
    Browse the repository at this point in the history
  4. fix tests

    jClugstor committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d8de1ae View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. redundant BMWhen

    jClugstor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ccc13c6 View commit details
    Browse the repository at this point in the history
  2. redundant BMNEQ

    jClugstor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    40f21e5 View commit details
    Browse the repository at this point in the history
  3. redundant function

    jClugstor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1366697 View commit details
    Browse the repository at this point in the history
  4. formatting

    jClugstor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2f34e43 View commit details
    Browse the repository at this point in the history
  5. test format

    jClugstor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a658b00 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. format

    jClugstor committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fd47fd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. testset changes

    jClugstor committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f81de66 View commit details
    Browse the repository at this point in the history
  2. format

    jClugstor committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3290d4b View commit details
    Browse the repository at this point in the history
  3. test comment

    jClugstor committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b663aec View commit details
    Browse the repository at this point in the history
  4. test groups

    jClugstor committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b85b7c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. add comment and run ci

    jClugstor committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2af1732 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. format

    jClugstor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    091a3fe View commit details
    Browse the repository at this point in the history
  2. fix ci?

    jClugstor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a2d3ab5 View commit details
    Browse the repository at this point in the history
  3. actually fix CI

    jClugstor committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e6ff110 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. format

    jClugstor committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    7075c5c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. add comment

    jClugstor committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    eadf96e View commit details
    Browse the repository at this point in the history