Module exec

Module exec 

Source
Expand description

Sam style language for executing structural regular expressions against ad Buffers

Structs§

Program
A parsed and compiled program that can be executed against an input
SimpleAddr
SystemRunner

Enums§

Addr
An Addr can be evaluated by a Buffer to produce a valid Dot for using in future editing actions. The Explicit variant is used to handle internal operations that need to provide a Addr (as opposed to parsed user input) where we already have a fully evaluated Dot.
AddrBase
Primitives for building out addresses.
Error
Errors that can be returned by the exec engine

Traits§

Edit
Something that can be edited by a Program