All Versions
2
Latest Version
Avg Release Cycle
27 days
Latest Release
1777 days ago
Changelog History
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
- โ Add unsafe parsing modes
-
v0.1.0
April 17, 2020