pub type PythonParser = Parser<PythonCode>;
Expand description
The Python
language parser.
Aliased Typeยง
pub struct PythonParser { /* private fields */ }
pub type PythonParser = Parser<PythonCode>;
The Python
language parser.
pub struct PythonParser { /* private fields */ }