marpa 0.3.0

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

[![Travis Build Status](https://travis-ci.org/jrobsonchase/marpa.svg?branch=master)](https://travis-ci.org/jrobsonchase/marpa)
[![version](https://img.shields.io/crates/v/marpa.svg)](https://crates.io/crates/marpa/)
[![documentation](https://docs.rs/marpa/badge.svg)](https://docs.rs/marpa/)
[![license](https://img.shields.io/crates/l/marpa.svg)](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://docs.rs/marpa).