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

Expression evaluator #46

Merged
merged 7 commits into from
Jun 1, 2020
Merged

Expression evaluator #46

merged 7 commits into from
Jun 1, 2020

Commits on May 26, 2020

  1. ExpressionEvaluator

    tlemo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    6ce32b8 View commit details
    Browse the repository at this point in the history
  2. Stricter EvaluationContext binding rules

    1. Don't allow overwriting concrete values
    2. Don't allow binding values to expression results
    tlemo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    d7f96ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c59e2 View commit details
    Browse the repository at this point in the history
  4. Fix clang-format errors

    tlemo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    00aee0f View commit details
    Browse the repository at this point in the history
  5. Switch to Int::ScalarType

    The expression evaluator is now using Int::ScalarType instead
    of plain int.
    tlemo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    820a1bf View commit details
    Browse the repository at this point in the history
  6. Avoid a fight with clang-tidy

    tlemo committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9684d56 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Incorporate review feedback

    tlemo committed May 28, 2020
    Configuration menu
    Copy the full SHA
    1b47c92 View commit details
    Browse the repository at this point in the history