Macro pdx_syntax::fn_parse_file
source · macro_rules! fn_parse_file { ($unit:ty, $parser:ty) => { ... }; }
Expand description
File parser template. Submodes that defines a syntax may use this to add a parser fn.
macro_rules! fn_parse_file { ($unit:ty, $parser:ty) => { ... }; }
File parser template. Submodes that defines a syntax may use this to add a parser fn.