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
- Simple
Addr - System
Runner
Enums§
- Addr
- An Addr can be evaluated by a Buffer to produce a valid Dot for using in future editing
actions. The
Explicitvariant 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. - Addr
Base - 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