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

Use the HVM AST for representing inets inside the compiler #475

Closed
developedby opened this issue May 23, 2024 · 0 comments · Fixed by #501
Closed

Use the HVM AST for representing inets inside the compiler #475

developedby opened this issue May 23, 2024 · 0 comments · Fixed by #501
Assignees
Labels
compilation Compilation of terms and functions to HVM enhancement New feature or request

Comments

@developedby
Copy link
Member

Currently we use a gutted version of hvm-core's AST and copied over the transformations we needed.
We should complete the move to using hvm's AST instead, by adding it as a dependency, which will slightly simplify things.

It will also allow us to implement compile-time reduction since we'll get the execution semantics and evaluation for free if we use the hvm crate.

@developedby developedby added enhancement New feature or request compilation Compilation of terms and functions to HVM labels May 23, 2024
@developedby developedby self-assigned this May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compilation Compilation of terms and functions to HVM enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant