marpa 0.3.0

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

pub type Rule = Marpa_Rule_ID;

pub type RuleIter = Range<Marpa_Rule_ID>;