Fleet  0.0.9
Inference in the LOT
Program Directory Reference
Directory dependency graph for Program:
src/VirtualMachine/Program

Files

file  Instruction.h [code]
 f here is a point to a void(VirtualMachineState_t* vms, int arg), where arg is just a supplemental argument, used to pass indices in lexica and jump sizes etc for other primitives
 
file  Ops.h [code]
 
file  Program.h [code]
 A program here stores just a stack of instructions which can be executed by the VirtualMachineState_t. We've optimized the reserve in the constructor to be the fasest.