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-92] Basic type casting via match statements #32

Merged
merged 14 commits into from
Sep 4, 2024

Commits on Sep 3, 2024

  1. WIP

    drew-y committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    dd9effa View commit details
    Browse the repository at this point in the history
  2. Handle default

    drew-y committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ba0d781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    604878c View commit details
    Browse the repository at this point in the history
  4. Assembler match support?

    drew-y committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ca71979 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:voidlanguage/void into drew/voi-…

    …92-basic-type-casting-via-match-statements
    drew-y committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    40bd542 View commit details
    Browse the repository at this point in the history
  6. Almost

    drew-y committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    d0be46f View commit details
    Browse the repository at this point in the history
  7. IT WORKS

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    7a52645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af371fe View commit details
    Browse the repository at this point in the history
  3. Add tests

    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ed5cb83 View commit details
    Browse the repository at this point in the history
  4. Update docs

    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    45dd0a2 View commit details
    Browse the repository at this point in the history
  5. Switch to : for match cases

    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0e61dc1 View commit details
    Browse the repository at this point in the history
  6. Update docs

    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    407efd5 View commit details
    Browse the repository at this point in the history
  7. Update tests

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