Crate pest_vm

Crate pest_vm 

Source
Expand description

§pest vm

This crate run ASTs on-the-fly and is used by the fiddle and debugger.

Macros§

fails_with
A macro that tests input fails to parse.
parses_to
A macro that tests input parses to the expected tokens.

Structs§

Vm
A virtual machine-like construct that runs an AST on-the-fly