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

Ziggy changes #81

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Ziggy changes #81

wants to merge 21 commits into from

Commits on Oct 29, 2023

  1. just xtext updated, WF conditions not updated

    zlattala committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4022b95 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. ported existing ANN WF conditions

    zlattala committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f73cb02 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. added new scoping rules

    zlattala committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3a085ce View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. weights and biases validation rules updated

    zlattala committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2b9e86c View commit details
    Browse the repository at this point in the history
  2. Added ANN WF 10-12

    zlattala committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0f60632 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. more work on textual ann components

    Ziggy Attala committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    acc2a0e View commit details
    Browse the repository at this point in the history
  2. fixed bug with anncontroller

    Ziggy Attala committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    877ae65 View commit details
    Browse the repository at this point in the history
  3. finished initial creation of generalcontroller and generaloperation c…

    …omponents
    Ziggy Attala committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    87703b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. allowed negative floats in ann params

    Ziggy Attala committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2732f10 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. RCPackage updates, RCPackage now accepts GeneralControllers

    Ziggy Attala authored and Ziggy Attala committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7230224 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge branch 'master' into Ziggy

    Merge to get the integration test update
    Ziggy Attala authored and Ziggy Attala committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b500738 View commit details
    Browse the repository at this point in the history
  2. validator update, adding the fix

    Ziggy Attala authored and Ziggy Attala committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a51e7ca View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. initial version of new metamodel implemented

    Ziggy committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c9cb28e View commit details
    Browse the repository at this point in the history
  2. fixed bug, 'input context' now 'inputcontext'

    Ziggy committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    400a8a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. implemented ANNWF12

    Ziggy committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9d5b90e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. added all ann tests

    Ziggy committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    482168c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. removed unnecessary IntegerExp parser rule

    Ziggy committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    01342b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. removed java equality

    Ziggy committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    936964c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fixed index bug in validator for ann wf6

    Ziggy committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a58bec4 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Replaced construction of StringExp in rule Atomic with call to

    StringExp.
    
    This seems required, otherwise extensions of the grammar, eg. in
    robosim-textual cannot produce valid parsers for some unknown reason. I
    suspect it was because of the duplication of action/rules having similar
    names.
    pefribeiro committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2dc1b42 View commit details
    Browse the repository at this point in the history