Module exec

Module exec 

Source
Expand description

Sam style language for running edit commands using structural regular expressions

Structs§

CachedStdin
A wrapper around stdin that buffers and caches input so that it can be manipulated like a Buffer
Program
A parsed and compiled program that can be executed against an input

Enums§

Error
Errors that can be returned by the exec engine

Traits§

Edit
Something that can be edited by a Program