An open API service indexing awesome lists of open source software.

https://github.com/hhatto/peg-rst

reStructuredText in C
https://github.com/hhatto/peg-rst

c parser peg rest restructuredtext

Last synced: 10 months ago
JSON representation

reStructuredText in C

Awesome Lists containing this project

README

          

=======
peg-rst
=======

.. image:: https://travis-ci.org/hhatto/peg-rst.svg?branch=master
:target: https://travis-ci.org/hhatto/peg-rst
:alt: Build Status

This is an implementation of reStructuredText_ in C.
It based on `peg-markdown`_, written by Hohn MacFarlance.
It is using a `Ian Piumarta's peg/leg PEG parser generator`_.

**This is experimental module. Highly under development.**

.. _reStructuredText: http://docutils.sourceforge.net/rst.html
.. _`peg-markdown`: https://github.com/jgm/peg-markdown
.. _`Ian Piumarta's peg/leg PEG parser generator`: http://piumarta.com/software/peg/

Installation
============

.. code-block:: bash

$ make