Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@kddnewton kddnewton released this 10 Oct 19:22
· 60 commits to main since this release
b08e569

Added

  • Introduce Prism::CodeUnitsCache.

Changed

  • Properly handle lexing global variables that begin with $-.
  • Properly reject invalid multi writes within parentheses.
  • Fix unary * binding power.
  • Set contains_keywords flag for implicit gets calls when -p is used.
  • Properly reject invalid non-associative operator patterns.
  • Do not warn about unused variables declared on negative lines.