Breaking changes
- Use encoding utf-8 not local encoding when reading source files by @thiliapr in #69
- Store unescaped string in String AST node by @wfdewith in #65
* s: String value in bytes.
* raw: Unescaped string - Parser now fail on unknown token instead of skipping it (#68)
Fixes
- Fix incorrect long string parsing (#72)
- Fix incorrect table constructor AST (#70)
- Removed 'continue' keyword from syntax (#67)
- Fix chained calls AST (#66)
New Contributors
Full Changelog: 3.3.1...4.0.0