All Versions
2
Latest Version
Avg Release Cycle
27 days
Latest Release
1436 days ago

Changelog History

  • v0.2.0 Changes

    May 14, 2020
    • โž• 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
  • v0.1.0

    April 17, 2020