Open ptal opened 10 years ago
peg! ( grammar yag; // yet another grammar #[parsing_extra_arguments(env: &Environnement)] // ... ) yag::parse(input, env);
The #[...] may not permit this style of arguments, a similar solution would be used.
#[...]
The
#[...]
may not permit this style of arguments, a similar solution would be used.