@hackage org-parser0.1.0.0

Parser for Org Mode documents.

org-parser provides a parser for Org Mode documents. The Org document is parsed into an AST similar to org-element's, and aims to be accurate and performant where possible. The types have multiwalk instances that allow traversing and querying the AST, as well as ordering the AST semantically by its leaf text. It also features a test suite comparing it with org-element against many corner cases.