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

JVM backend #710

Open
wants to merge 35 commits into
base: develop
Choose a base branch
from
Open

JVM backend #710

wants to merge 35 commits into from

Commits on Aug 25, 2023

  1. Adds jvm backend, print and addi support

    asta12 authored and asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    77a3ef4 View commit details
    Browse the repository at this point in the history
  2. Removes jars

    asta12 authored and asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    4bf4503 View commit details
    Browse the repository at this point in the history
  3. adds shifts and tests

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d2df41a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e828a0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e86ca5a View commit details
    Browse the repository at this point in the history
  6. pattern matching integers

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    eb81c23 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea70cf3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6412941 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52bbcc7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cb76b1b View commit details
    Browse the repository at this point in the history
  11. ADT without pattern matching

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    1a73226 View commit details
    Browse the repository at this point in the history
  12. Adt pattern matching start

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    ef8dd07 View commit details
    Browse the repository at this point in the history
  13. fixes lambdas

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3dbc056 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ebb5e0 View commit details
    Browse the repository at this point in the history
  15. ADT pattern matching bug fixes

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f2052aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b522306 View commit details
    Browse the repository at this point in the history
  17. adds some intrinsics

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    778122e View commit details
    Browse the repository at this point in the history
  18. more intrinsics

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6a3b61c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    10e2dea View commit details
    Browse the repository at this point in the history
  20. some more intrinsics

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    34eca15 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b093d61 View commit details
    Browse the repository at this point in the history
  22. pattern matching for sequences

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7cfd4fb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f62c828 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d87976d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2dcb315 View commit details
    Browse the repository at this point in the history
  26. bug fixes

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d1095ea View commit details
    Browse the repository at this point in the history
  27. record update bug fix

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    700ca06 View commit details
    Browse the repository at this point in the history
  28. recordupdate bug fix

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    bc82ba6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    35d7467 View commit details
    Browse the repository at this point in the history
  30. Removes java tests from stdlib

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    2273506 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4f690c5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    020e441 View commit details
    Browse the repository at this point in the history
  33. constructorTag implemented

    asta12 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f515c84 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fixes test script

    asta12 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c211879 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152f68a View commit details
    Browse the repository at this point in the history