Skip to main content

TclParser

Type Alias TclParser 

Source
pub type TclParser = Parser<TclCode>;
Expand description

The Tcl language parser.

Aliased Typeยง

pub struct TclParser { /* private fields */ }