Skip to content

3.2.1

Latest
Compare
Choose a tag to compare
@boolangery boolangery released this 11 Feb 18:42
· 8 commits to master since this release

What's Changed

  • Statement node is now a descendant of Expression node

Fixes

  • Missing brackets on table #26
  • Nested unary expressions #27
  • Comments in the end of Node will be skipped #28
  • Fail to reject unassigned global variable declaration #29
  • Fail to reject an invalid escape sequence #30