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 span from TASTy to insert expression in the expression compiler #400

Open
adpi2 opened this issue Apr 5, 2023 · 0 comments
Open

Use span from TASTy to insert expression in the expression compiler #400

adpi2 opened this issue Apr 5, 2023 · 0 comments
Labels

Comments

@adpi2
Copy link
Member

adpi2 commented Apr 5, 2023

xs.map(x => x + 1)

When evaluating an expression, at this line, we don't know if we should insert it at the top level or inside the lambda.

Once we have the tasty-binary-lookup (#395) we can get the span of the current frame and use it to insert the expression at the correct position in the tree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants