marpa 0.2.0

Safe bindings to the libmarpa parsing engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Rust Marpa Crate

[![Travis Build Status](https://travis-ci.org/Pursuit92/marpa.svg?branch=master)](https://travis-ci.org/Pursuit92/marpa)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/marpa)](https://crates.io/crates/marpa)

This crate contains safe bindings for the marpa parsing engine.

Currently, they're a very thin layer over the C library and are in need of a
frontend to generate a parser from an grammar.

The documentation can be found [here](https://pursuit92.github.io/marpa).