Type Alias PreprocParser

Source
pub type PreprocParser = Parser<PreprocCode>;
Expand description

The Preproc language parser.

Aliased Typeยง

pub struct PreprocParser { /* private fields */ }