Description
Parser for Org Mode documents.
Description
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.
README.md
org-parser
This library is part of a multi-package repository. Please read the README at https://github.com/lucasvreis/org-mode-hs.