Release 1.10.0
Added
-
Support for
--dump-ast
and--read-ast
options to allow external processing -
Support for identifiers starting with an uppercase letter
-
Improved error reporting. Exceptions now contain a
data
element with the
following:line
The line number of the error (starting from 1)pos
The position within the line of the error (starting from 1)expected
the types of token expected by the parser (array)token
the token received by the parser
-
Optimisation to prevent double skip lines
Security
- Updated dependencies to solve security vulnerabilities
Fixed
- Display of proper line number in CLI output