Skip to content

Release 1.10.0

Compare
Choose a tag to compare
@matthijsgroen matthijsgroen released this 16 Sep 20:35
8554aa1

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