Type Definition peel::parser::ParserArena [] [src]

type ParserArena<R, V> = Arena<ParserBox<R, V>>;

Arena tree for parsers