marpa 0.3.0

Safe bindings to the libmarpa parsing engine
Documentation
1
2
3
4
5
6
7
use libmarpa_sys::*;

pub type Earleme = Marpa_Earleme;
pub type EarleySet = Marpa_Earley_Set_ID;
// Note(jrobsonchase): Not actually used yet, but could be at some point.
#[allow(dead_code)]
pub type EarleyItem = Marpa_Earley_Item_ID;