Changelog of @hackage/gll 0.4.0.5

0.3.0.7 -> 0.3.0.8

  • export maximumPivots and maximumPivotAtNt 0.3.0.8 -> 0.3.0.9
  • include bit of the input string when showing an error message (without whitespace)
  • exporting <multiple/some/many>SepBy2
  • exporting within, parens, braces, brackets, angles, quotes and dquotes
  • added character literals to Token type
  • exporting <:=
  • <<<> and <>>> for shortest and longest match, respectively defined some/many and variants using <>>> and <<<> disambiguation remains very experimental 0.3.0.9 -> 0.3.0.10
  • exporting chooses 0.3.0.10 -> 0.3.0.11
  • parse option for disabling select test (lookahead)

0.3.0.11 -> 0.4.0.1

  • replaced parser by reduced descriptor GLL (RGLL)
  • renamed GLL.Types.Grammar to GLL.Types.Derivations
  • renamed GLL.Types.Abstract to GLL.Types.Grammar
  • exporting GLL.Types.Grammar, GLL.Types.Derivations, GLL.Combinators.Options, GLL.Combinators.Memoisation, GLL.Flags

0.4.0.1 -> 0.4.0.2

  • generalised within
  • different whitespace and comment handling in predefined lexer
  • predefined lexer handles (nested) comment-blocks

0.4.0.2 -> 0.4.0.3 M added hex, octal and binary representation to integer literals

  • added float literals
  • exporting preferably and reluctantly M renamed rassoc to shortest_match M renamed lassoc to longest_match
  • removed assoc
  • version of chooses that is left-biased (w.r.t. alternatives)
  • generalised arguments of longest_match and shortest_match to IsAltExpr
  • exporting optionalWithDef

0.4.0.3 -> 0.4.0.4

  • chooses cannot be given an empty list (runtime error)
  • updated base dependency

0.4.0.4 -> 0.4.0.5

  • relaxed cabal version constraint