Back

org-parser

https://github.com/200ok-ch/org-parser

Publicly released: 2019

org-parser is a parser for the Org mode markup language for Emacs.

To our knowledge, there is no formal specification of Org. But there is a 'spec' written in prose which lead to the reference implementation of Org in Emacs.

Working on our web-based Org implementation organice, we have seen how brittle existing libraries can be. It would be nice to have a proper BNF based parser and a set of tests behind that. org-parser strives to be that!

Technologies

clojure