Skip to content

v6.0.0

Choose a tag to compare

@eventualbuddha eventualbuddha released this 01 Jan 22:52

<a name"6.0.0">

6.0.0 (2017-01-01)

Bug Fixes

  • properly identify when regex-like code should be division (#91) (cff50ab0)

Breaking Changes

  • Increment and decrement tokens now have source type INCREMENT
    and DECREMENT rather than OPERATOR. Also, regular expression tokens no
    longer incorrectly have an identifier token for their flags.
    (cff50ab0)