Expand description
A code generator based on pest.
Features:
-
grammar-extras.Enables extra grammars of
pest.
It can create corresponding type definitions from pest grammar files.
See pest_typed for related traits and types.
Functions§
- derive_
typed_ parser - Processes the derive/proc macro input and generates the corresponding typed parser and nodes based on the parsed grammar. It will generate an explicit “include_str” statement.
- match_
choices - Match a choices structure generated by pest-typed.