Module librsnek::runtime
[−]
[src]
The business end of the code base.
Reexports
pub use self::config::Logging; |
pub use self::config::Config; |
pub use self::config::Mode; |
Modules
| config | |
| interpreter |
Where the magic happens... |
| main |
Where the magic happens... |
| opcode |
Interpreter OpCodes |
| runtime |
Interface to |
| traits |
Structs
| Interpreter | |
| Runtime |
Holder struct around the Reference Counted RuntimeInternal that |
Enums
| OpCode |
OpCodes for the interpreter. 1..1024 are reserved for CPython opcodes |