Skip to content

More fixes for real applications #283

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
wants to merge 16 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add todo
  • Loading branch information
CaelmBleidd committed Jun 18, 2025
commit 59393c2d9b28ac64943299d1e9ca0bfd68e2927d
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,7 @@ class TsInterpreter(

memory.write(lValue, value.asExpr(lValue.sort), guard = trueExpr)
} else {
// probably it is a enum, check for it
error("TODO")
TODO("Support enums fields")
}
} else {
memory.write(lValue, expr.asExpr(lValue.sort), guard = trueExpr)
Expand Down