Crate pest_vm

source ·
Expand description

pest vm

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

Macros

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

Structs

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