Skip to content

v0.4.0

Compare
Choose a tag to compare
@tuqqu tuqqu released this 29 Aug 12:34
· 9 commits to main since this release
  • New error messages, closer in text to the original go parser.
  • New error output rendering
  • --json option to print AST as JSON in bin command
  • SyntaxErrors instead of ParseErrors
  • Improved parameter parsing
  • Fixed bugs with variadic parameter parsing
  • Fixed bugs with lexing bitwise operators (LeftShift & RightShift)
  • Code refactoring & improvements