You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `Scope` expression variant, allowing submodels to be defined inside a model.
Change the rewriter so that it rewrites expressions inside their
submodels, using that submodels symbol table. This allows rules to apply
to variables defined in a local scope.
This commit is part of on-going work to add lexical scope to Conjure
Oxide, following on from 542c89e (feat!: add `Submodel`, 2025-02-16).
0 commit comments