Type Alias CcommentParser

Source
pub type CcommentParser = Parser<CcommentCode>;
Expand description

The Ccomment language parser.

Aliased Typeยง

pub struct CcommentParser { /* private fields */ }