[−][src]Module basic::mach
Rust Machine Module
This Rust module is a compiler and virtual machine for BASIC.
Structs
| Link | Link editor |
| Program | Program memory |
| Runtime | Virtual machine |
| Stack | Stack enforced and size limited vector |
| Var | Variable memory |
Enums
| Event | Events for the user interface |
| Op | Virtual machine instruction set |
| Val | Runtime values for stack and variables |
Type Definitions
| Address | |
| Symbol |