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

Implement resolver #5

Merged
merged 10 commits into from Mar 4, 2024
Merged

Implement resolver #5

merged 10 commits into from Mar 4, 2024

Commits on Mar 3, 2024

  1. Copy the full SHA
    bd41f21 View commit details
    Browse the repository at this point in the history
  2. Switched Interpreter to use resolved statements and expressions, and …

    …wired up Resolver to the interpreter.
    quephird committed Mar 3, 2024
    Copy the full SHA
    b7278ef View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Copy the full SHA
    eff3724 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f97c29c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    03eaad9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    98527fd View commit details
    Browse the repository at this point in the history
  5. Now have a test plan object and can run tests with CMD-U. Also all te…

    …sts in InterpreterTests have been updated.
    quephird committed Mar 4, 2024
    Copy the full SHA
    83e25f6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e801663 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    dbfe38d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e59c54d View commit details
    Browse the repository at this point in the history