Crate pest_typed_generator

source ·
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§

  • 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 a choices structure generated by pest-typed.