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

[VOI-33] Unions #47

Merged
merged 7 commits into from
Sep 20, 2024
Merged

[VOI-33] Unions #47

merged 7 commits into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. Prototype is working

    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e674daf View commit details
    Browse the repository at this point in the history
  2. Fix lexing issue that prevented match cases with generics:

    Some<i32>: hi there
    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    16a5eff View commit details
    Browse the repository at this point in the history
  3. Upgrade ts

    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    36c17be View commit details
    Browse the repository at this point in the history
  4. Fix primary parser bug

    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    69b4ff0 View commit details
    Browse the repository at this point in the history
  5. Allow matches to return unions

    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f109174 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f447ef1 View commit details
    Browse the repository at this point in the history
  7. Add tests

    drew-y committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2553546 View commit details
    Browse the repository at this point in the history