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

Add a compiler and tracer, each creating OpPrograms #557

Merged
merged 17 commits into from
Oct 4, 2021
Merged

Add a compiler and tracer, each creating OpPrograms #557

merged 17 commits into from
Oct 4, 2021

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    5e1d33b View commit details
    Browse the repository at this point in the history
  2. Support program constants

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    ae9a413 View commit details
    Browse the repository at this point in the history
  3. Rename vm -> compiler

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    322f9f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05bf0d8 View commit details
    Browse the repository at this point in the history
  5. Add docs

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    670dd2c View commit details
    Browse the repository at this point in the history
  6. Reduce recursion

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    2abe590 View commit details
    Browse the repository at this point in the history
  7. Support Tuple

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b2d22f7 View commit details
    Browse the repository at this point in the history
  8. Add a .as_code() method

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    713469f View commit details
    Browse the repository at this point in the history
  9. Xfail test

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    750317b View commit details
    Browse the repository at this point in the history
  10. Sketch tracer

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    1ae3d6e View commit details
    Browse the repository at this point in the history
  11. Fix docs

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    9145992 View commit details
    Browse the repository at this point in the history
  12. Fix test import

    fritzo committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    dcb9de0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Fix a test

    fritzo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8a23913 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2179223 View commit details
    Browse the repository at this point in the history
  3. lint

    fritzo committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    d23da8e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Merge branch 'master' into vm

    fritzo committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d702753 View commit details
    Browse the repository at this point in the history
  2. Ignore irrelevant ops

    fritzo committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    1b3c8bd View commit details
    Browse the repository at this point in the history