Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Release 2.3.0

Latest
Compare
Choose a tag to compare
@seven1m seven1m released this 31 Dec 15:42
· 17 commits to master since this release
  • FIX: Add for loop variables to local scope
  • FIX: Add lexer support for leading-zero (bare) octal - e.g. 0777
  • FIX: Allow non-local variable in rescue
  • FIX: Allow trailing comma after for loop variables
  • FIX: Fix for-loop with attr assignment
  • FIX: Fix lexing of symbol keys with trailing punctuation
  • FIX: Fix precedence of 'do' keyword in use with 'for'
  • FIX: Parse for loop with splat assignment
  • FIX: Use proper make on OpenBSD