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

20220203 fix opt bug #2

Merged
merged 13 commits into from
Feb 8, 2022
Merged

20220203 fix opt bug #2

merged 13 commits into from
Feb 8, 2022

Conversation

prozacchiwawa
Copy link
Contributor

@prozacchiwawa prozacchiwawa commented Feb 4, 2022

A complete rewrite of inline.rs which simplifies it and ensures that expressions from the enclosing host environment pass through. inlining now performs recursive inline expansions on its own rather than throwing them back to the parent code generator so that they maintain continuity.
Added several tests which exercise both recursive inline expansions and the new let* binding, which allows each subsequent binding to depend on the last.

prozacchiwawa added a commit that referenced this pull request Feb 8, 2022
@prozacchiwawa prozacchiwawa merged commit d418827 into base Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant