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

[V-81] Array support #55

Merged
merged 14 commits into from
Sep 26, 2024
Merged

[V-81] Array support #55

merged 14 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Update readme

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    8c7427a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8709054 View commit details
    Browse the repository at this point in the history
  3. Fix TCO bug

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3bc6765 View commit details
    Browse the repository at this point in the history
  4. Type checking improvements

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cd448e8 View commit details
    Browse the repository at this point in the history
  5. Improve type combinator

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3f83b67 View commit details
    Browse the repository at this point in the history
  6. Add primitive fn calls

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ec4ffb5 View commit details
    Browse the repository at this point in the history
  7. Improve if type resolution

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d36c47d View commit details
    Browse the repository at this point in the history
  8. Generic fn resolution bugfix

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6a934f3 View commit details
    Browse the repository at this point in the history
  9. Array works with integers

    drew-y committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bcc079e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    07b4bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix whitespace elision bug

    Affected continuation operators
    drew-y committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    81688c1 View commit details
    Browse the repository at this point in the history
  2. Fix match clone bug

    drew-y committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8d7677c View commit details
    Browse the repository at this point in the history
  3. Update readme

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

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