Skip to content

rascal-v0.2.5

Choose a tag to compare

@github-actions github-actions released this 09 May 11:28
· 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