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

Preliminary support for if statements and ternary expressions #224

Merged
merged 33 commits into from
Aug 2, 2018

Commits on Jul 28, 2018

  1. Configuration menu
    Copy the full SHA
    e51266e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e0411 View commit details
    Browse the repository at this point in the history
  3. Test nested ternarys

    leonardt committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    ba90853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91714fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0d374 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e51ed2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5d9940 View commit details
    Browse the repository at this point in the history
  8. Update comment reference

    leonardt committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    3ae1cb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Configuration menu
    Copy the full SHA
    ccb90d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b455544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd85a15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52ec960 View commit details
    Browse the repository at this point in the history
  5. Revert "Update names to better match circuit conventions"

    This reverts commit 52ec960.
    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    18de54b View commit details
    Browse the repository at this point in the history
  6. Remove test_ prefix

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    6e35c30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d4e80a View commit details
    Browse the repository at this point in the history
  8. Add function composition

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    ee3794c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    675dd10 View commit details
    Browse the repository at this point in the history
  10. Add gold file

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    a76bf02 View commit details
    Browse the repository at this point in the history
  11. Remove unused gold file

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    03f9d43 View commit details
    Browse the repository at this point in the history
  12. Remove unused gold file

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    a9129b6 View commit details
    Browse the repository at this point in the history
  13. Fixup function call logic

    leonardt committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    f9a5835 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    8aa5363 View commit details
    Browse the repository at this point in the history
  2. Fixup compile and check

    leonardt committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    5693fbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce5a560 View commit details
    Browse the repository at this point in the history
  4. Add missing gold file

    leonardt committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    4bb619a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    689a677 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Configuration menu
    Copy the full SHA
    07de2f5 View commit details
    Browse the repository at this point in the history
  2. Add namedtuple example/test

    leonardt committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    93b772b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    34f2d5d View commit details
    Browse the repository at this point in the history
  2. Add fsm example

    leonardt committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    8f3f67b View commit details
    Browse the repository at this point in the history
  3. Add README.md

    leonardt committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    2836a1f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    bff5522 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #225 from phanrahan/circuit-combinational

    Add fully combinational syntax
    leonardt committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f55820b View commit details
    Browse the repository at this point in the history