vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
VM
tinyc
Undocumented in source.
struct
VM {
int
[
26
]
globals
;
void
run
(code[] _object);
}
Members
Functions
run
void
run
(code[] _object)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
globals
int
[
26
]
globals
;
Undocumented in source.
Meta
Source
See Implementation
tinyc
aliases
code
enums
DO_SYM
IFETCH
VAR
functions
opCodeToStr
printAST
print_stack
syntax_error
structs
CodeGenerator
JitVM
Lexer
Node
Parser
Putter
VM
variables
buf
buf_index
opCodes
words