Skip to content

5.3.0: Yield all tokens as written

Compare
Choose a tag to compare
@thekid thekid released this 26 Sep 22:06
· 283 commits to master since this release
  • Fixed named arguments using keywords - @thekid
  • Changed tokens to yield variables including the leading $ sign
    (@thekid)
  • Fixed visitor API for unary prefix (e.g. ++$i) and unary suffix
    (e.g. $i++) operators
    (@thekid)