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

Grammar simplification: define all languages in the same grammar. #358

Merged
merged 11 commits into from
May 31, 2017

Commits on May 29, 2017

  1. Remove all qualified names from NESTML grammars (e.g. A.random()) and…

    … remove all occurences of qualified usages in models
    DimitriPlotnikov committed May 29, 2017
    Configuration menu
    Copy the full SHA
    f73e887 View commit details
    Browse the repository at this point in the history
  2. Remove the ODE grammar

    DimitriPlotnikov committed May 29, 2017
    Configuration menu
    Copy the full SHA
    f9978de View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Code compiles

    DimitriPlotnikov committed May 30, 2017
    Configuration menu
    Copy the full SHA
    a3d1753 View commit details
    Browse the repository at this point in the history
  2. Fix the code s.t. all tests don't fail. Add TODOs on appropriate plac…

    …es where some functionality is missing or isn't working as expected.
    DimitriPlotnikov committed May 30, 2017
    Configuration menu
    Copy the full SHA
    68b0021 View commit details
    Browse the repository at this point in the history
  3. Get rid of a dedicated Units-grammar. Introduce a literals grammar un…

    …til is clear how to redefine comments literal in the NESTML grammar.
    DimitriPlotnikov committed May 30, 2017
    Configuration menu
    Copy the full SHA
    0072487 View commit details
    Browse the repository at this point in the history
  4. Debugging

    DimitriPlotnikov committed May 30, 2017
    Configuration menu
    Copy the full SHA
    8d4d8c2 View commit details
    Browse the repository at this point in the history
  5. Simplify artifact name computation logic.

    DimitriPlotnikov committed May 30, 2017
    Configuration menu
    Copy the full SHA
    de9b26e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Add more debugging output

    DimitriPlotnikov committed May 31, 2017
    Configuration menu
    Copy the full SHA
    13e021c View commit details
    Browse the repository at this point in the history
  2. Fix data, add more debug output.

    DimitriPlotnikov committed May 31, 2017
    Configuration menu
    Copy the full SHA
    34cd5af View commit details
    Browse the repository at this point in the history
  3. Type

    DimitriPlotnikov committed May 31, 2017
    Configuration menu
    Copy the full SHA
    d8c44ef View commit details
    Browse the repository at this point in the history
  4. Every test must clear log in -phase.

    DimitriPlotnikov committed May 31, 2017
    Configuration menu
    Copy the full SHA
    6c1972f View commit details
    Browse the repository at this point in the history