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
- Host: GitHub
- URL: https://github.com/hhatto/peg-rst
- Owner: hhatto
- License: other
- Created: 2017-06-19T02:32:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T07:10:26.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:14:12.598Z (10 months ago)
- Topics: c, parser, peg, rest, restructuredtext
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS.rst
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