marpa 0.3.0

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

pub type Symbol = Marpa_Symbol_ID;

pub type SymIter = Range<Marpa_Symbol_ID>;

pub type TokValue = i32;