vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
AstPrintState
vox
fe
passes
dump
Undocumented in source.
struct
AstPrintState {
CompilationContext
*
context
;
int
indentSize
;
void
print
(Args args);
}
Members
Functions
print
void
print
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
context
CompilationContext
*
context
;
Undocumented in source.
indentSize
int
indentSize
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
passes
dump
functions
print_ast
structs
AstPrintState