![]() |
Fleet
0.0.9
Inference in the LOT
|
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 More...
#include <assert.h>#include <iostream>#include <variant>#include "VMSRuntimeError.h"#include "Ops.h"#include "VMStatus.h"

Go to the source code of this file.
Classes | |
| class | Instruction |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, Instruction &i) |
| Output for instructions. More... | |
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
This is an error type that is returned if we get a runtime error (e.g. string length, etc.) and it is handled in VMS.
| std::ostream& operator<< | ( | std::ostream & | stream, |
| Instruction & | i | ||
| ) |
Output for instructions.
| stream | |
| i |
Output for instructions.
| stream | |
| i |
1.8.13