TypeScript FLUX Virtual Machine — runs FLUX bytecode in Node.js and browsers.
| Module | Description |
|---|---|
| opcodes.ts | Unified opcode definitions |
| encoder.ts | Instruction encoding |
| decoder.ts | Bytecode disassembly |
| compiler.ts | High-level → bytecode compilation |
| vm.ts | Stack-based virtual machine |
| tiling.ts | Vocabulary tiling system |
| vocabulary.ts | Natural language → opcode mapping |
Part of the FLUX Fleet.