Module parse
Source Expand description
pub use empty::Empty;
- empty
- Empty parsing unit with all necessary traits implemented.
- unit
Unit module describes one unit of expression parsing which contains currently parsed T
and optional next N- utils
- Utils for
join! macro parsing and code generation.