v0.4.0
- 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