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-95] Support f64 and i64 literals #34

Merged
merged 6 commits into from
Sep 5, 2024

Commits on Sep 4, 2024

  1. Working i64

    There is an issue with if cond typecheck, where it says must resolve to a bool, but the actual issue was the fn couldn't be resolved.
    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40827d9 View commit details
    Browse the repository at this point in the history
  2. Checking bugfixes

    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2c53ea8 View commit details
    Browse the repository at this point in the history
  3. Fix bugs and use i64 / f32 extensions

    Default integers to i32 and floats to f64
    drew-y committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    cd02ae3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. TCO Improvements

    drew-y committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3cad4b2 View commit details
    Browse the repository at this point in the history
  2. Improved type inference

    drew-y committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5cbe9cf View commit details
    Browse the repository at this point in the history
  3. Test speedup?

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