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

ISLE: Syntax sugar for when external constructors and extractors use the same name in Rust and ISLE #3528

Open
fitzgen opened this issue Nov 15, 2021 · 0 comments
Labels
enhancement isle Related to the ISLE domain-specific language

Comments

@fitzgen
Copy link
Member

fitzgen commented Nov 15, 2021

Originally cfallin/isle#2

Right now we have

(decl get_i32 () Type)
(extern constructor get_i32 get_i32)

But we should be able to do

(decl get_i32 () Type)
(extern constructor get_i32)

to have both names be the same.

@fitzgen fitzgen added the isle Related to the ISLE domain-specific language label Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement isle Related to the ISLE domain-specific language
Projects
Status: No status
Development

No branches or pull requests

2 participants