Module perplex::parser[][src]

A parser for grammar descriptions.

Modules

ast

The abstract syntax tree of a grammar description.

Functions

make_grammar

Convert the grammar description into an actual grammar.

parse_iter

Parse a sequence of tokens given by an iterator.

parse_str

Parse a string.