Skip to content

Error Handling

Choose a tag to compare

@JSAbrahams JSAbrahams released this 28 Dec 21:59
· 31 commits to main since this release
  • Exceptions in handle arms used when checking #382
  • Variables declared in match arm conditions usable in match arm bodies #382
  • Create dummy classes in Context for import statements #379
  • Allow comments in source without issue by filtering them out in parse stage #381
  • Don't allow return outside functions #390
  • isa now properly expects an identifier, which identifies a class #391
  • Expression type of match propagated to arms #397
  • Types of equality don't need to be the same #399