-
Notifications
You must be signed in to change notification settings - Fork 24
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
Draft: Make Case studies work in JIT #295
Conversation
The lexer/parser/anf/pretty case studies now run fine with the newest (few minute old) version of the JIT, with this modified version. Most notable changes:
cc @b-studios |
IIUC, this refers to:
|
yes that makes sense, the scope of mutable variable extends over the recursive call. You need to rewrite the example, potentially not using mutable variables |
So, Effekt now compiles it to ML when commenting out the
|
e47c9da
to
46e6db4
Compare
Only for discussion. The case studies are broken for other backends by this, due to stdlib incompatibilities.