rascal-v0.2.5
·
52 commits
to main
since this release
Other
- Fix
x instanceof Foo && otherExpr - Store variables and parameters in registers; implements DefineFunction2 properly
- Resolve ast Vec to single declarations
- Added function level scoping
- Change hir::Script(Vec) to {statements: ...}
- Introduce MutVisitor, switch simplifying to use it
- Remove hir::ConstantKind::This
- Support reading and writing of DefineFunction2