Earley v0.12.0.0 Release Notes
Release Date: 2017-02-08 // over 5 years ago-
- โ Add the
Generator
module for generating grammar members - ๐ Change (simplify) the type returned by
parser
, introducing aParser
type synonym for it, and change the signature ofallParses
,fullParses
, andreport
to accept aParser
- ๐ The
Text.Earley.Internal
module is nowText.Earley.Parser.Internal
- โ Add the