@hackage / orgmode-parse

A collection of Attoparsec combinators for parsing org-mode flavored documents.

Latest0.3.0

About

Metadata

  • Last updated , by ParnellSpringmeyer
  • License BSD-3-Clause
  • Maintained by: Parnell Springmeyer <parnell@digitalmentat.com>

  • Lottery factor: 0

Links

Installation

Readme

Welcome!

Hackage Version Travis CI Status

orgmode-parse provides a top-level parser and collection of attoparsec parser combinators for org-mode structured text.

You can find the package on Hackage.

What's Finished

We have built attoparsec parsers for parsing org-mode document structures and meta-data. Here is a list of all the syntax features that have a complete parsing implementation and not:

  • [-] Markup
    • [-] Emphasis
    • [-] Lists

Building

There are a few ways to build this library if you're developing a patch:

  • stack build && stack test, and
  • nix-build --no-out-link --attr orgmode-parse release.nix

You can also use the nix-shell provided cabal environment for incremental development:

$ nix-shell
$ cabal build

Projects that use this package:

https://github.com/volhovm/orgstat

License

BSD3 Open Source Software License