vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
Node
tinyc
Undocumented in source.
struct
Node {
int
kind
;
Node
*
o1
;
Node
*
o2
;
Node
*
o3
;
int
val
;
}
Members
Variables
kind
int
kind
;
Undocumented in source.
o1
Node
*
o1
;
o2
Node
*
o2
;
o3
Node
*
o3
;
Undocumented in source.
val
int
val
;
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