Skip to content

v7.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 05 Feb 21:46

<a name"7.0.0">

7.0.0 (2017-02-05)

Bug Fixes

  • treat new in the right context as a distinct token (#96) (159ceea8)

Breaking Changes

  • Previously, new was treated as an IDENTIFIER. Now, it is treated as its own token, NEW, when used in the right context.
    (159ceea8)