Skip to content

v0.1.20

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 00:53

Many fixes and improvements, and a breaking change -- semicolons!

  • Negative numbers actually parsed as negative numbers rather than positive numbers with unary negation applied
  • Many new methods for the Tree<T> type added
  • IO is automatically parallelized again in the AVM
  • Fix issue with user-defined types working with the Tree<T> type
  • Reworked significant chunk of first stage of the compiler to fix unexpected issues surrounding method calls on properties of user-defined types and on individual elements of arrays, but also require semicolon delimiters on statements to guard against ambiguity
  • Fix issue with find function requiring incorrect closure function return type declaration to work.