Expand description
Different optimizations for pest’s ASTs.
Structs§
- Optimized
Expr TopDown Iterator - A top-down iterator over an
OptimizedExpr
. - Optimized
Rule - The optimized version of the pest AST’s
Rule
.
Enums§
- Optimized
Expr - The optimized version of the pest AST’s
Expr
.
Functions§
- optimize
- Takes pest’s ASTs and optimizes them