penntreebank-megaparsec v0.2.0 Release Notes

Release Date: 2020-05-14 // almost 4 years ago
    • โž• Add unsafe parsing modes
      ๐Ÿ“œ In unsafe node label parsing, you specify node parsers that is directly
      ๐Ÿ“œ embedded in tree parsers.
      ๐Ÿ“œ More flexibility in node label parsing (e.g. supporting quotations)
      will be gained by this mode, but more responsibility comes to
      the users' side: they are supposed to take care of
      spaces and parentheses that demarcate tree nodes
      ๐Ÿ“œ so as to avoid crashes in tree parsing.
    • โž• add quasiquotes
      • support template haskell and quasiquotes for individual trees
      • orphan instnace added: Language.Haskell.TH.Syntax.Lift (Data.Tree.Tree a)
    • โž• Add type synonyms for document parsers
    • ๐Ÿ‘Œ Improve documentation

Previous changes from v0.1.0