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 parsing of sum type declarations #1088

Merged
merged 9 commits into from
Aug 3, 2023
Merged

Commits on Aug 2, 2023

  1. Unindent header

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    def3f05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1086 from informalsystems/1081/simple-record-fiel…

    …d-ids
    
    Require record fields to be simple identifiers
    Shon Feder authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8feb3d8 View commit details
    Browse the repository at this point in the history
  3. Add syntax for sym type declarations

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    9766bf3 View commit details
    Browse the repository at this point in the history
  4. Add parser generator updates

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    cb30845 View commit details
    Browse the repository at this point in the history
  5. Adapt flattening and graphics for sum types

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    835f578 View commit details
    Browse the repository at this point in the history
  6. Add unit test for sum type declaration parsing

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    21bd407 View commit details
    Browse the repository at this point in the history
  7. Update the super spec

    Not sure why this updating. Tests succeed whether this file is updated
    or not. But, well, it's up to date now :)
    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    b99930f View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ebe65e0 View commit details
    Browse the repository at this point in the history
  9. Add test for IRPrinting

    Shon Feder committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c52028b View commit details
    Browse the repository at this point in the history