Structs§
- Interpreter
- A whitespace interpreter. This struct provides various strategies for interpreting a whitespace program.
- Options
- These are bitflag options to alter the behaviour of the interpreter.
- Program
- This struct contains the internal representation of a whitespace program.
- WsError
- The common error type returned from all whitespacers execution functions.
Enums§
- WsError
Kind - Simple information on what kind of error occurred.
Functions§
- debug_
compile - Returns a buffer containing the output of the compilation process of the specified program. This is mainly useful for debugging and optimizing the performance of the JIT compiler.