Expand description
ADC interpreter API. Many safe items are public for manual access.
Modules§
- structs
- Storage structs and methods
Structs§
- IOStreams
- Bundle of standard IO streams, generic interface to support custom IO wrappers
Enums§
- Exec
Result - Results of running
interpreter, wrappers should handle these differently - LogLevel
- How much information to output on stderr
Constants§
- STATE_
FILE_ HEADER - Added at the start of saved state files
Traits§
- Read
Line - Generic input stream adapter trait, used for adding a proper line editor.
Functions§
- interpreter
- Interpreter entry point, executes ADC commands to modify state