packages feed

gll-0.4.0.2: changelog.txt

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