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

Rust runtime #2782

Merged
merged 22 commits into from
May 22, 2024
Merged

Rust runtime #2782

merged 22 commits into from
May 22, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented May 15, 2024

  • Closes Implement a Rust runtime #2781
  • This PR only implements the Rust runtime. The Rust backend / code generation need to be implemented in a separate PR.
  • The tests are unit tests for different modules and tests with "manually" compiled Juvix programs.
  • Adds building & testing of the Rust runtime to the CI.

@lukaszcz lukaszcz added this to the 0.6.2 milestone May 15, 2024
@lukaszcz lukaszcz self-assigned this May 15, 2024
@lukaszcz lukaszcz force-pushed the rust-runtime branch 2 times, most recently from 00297d3 to c94a9f1 Compare May 15, 2024 19:51
@lukaszcz lukaszcz marked this pull request as ready for review May 21, 2024 09:54
@lukaszcz lukaszcz mentioned this pull request May 21, 2024
@lukaszcz lukaszcz merged commit 7e737d7 into main May 22, 2024
6 of 8 checks passed
@lukaszcz lukaszcz deleted the rust-runtime branch May 22, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a Rust runtime
2 participants