vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
WhileStmtNode
vox
fe
ast
stmt
while_stmt
Undocumented in source.
@
AstType
.
stmt_while
struct
WhileStmtNode {
mixin
AstNodeData
!(
AstType
.
stmt_while
,
0
,
AstNodeState
.
name_register_self_done
)
;
AstIndex
condition
;
AstNodes
statements
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
stmt_while
,
0
,
AstNodeState
.
name_register_self_done
)
Undocumented in source.
Variables
condition
AstIndex
condition
;
Undocumented in source.
statements
AstNodes
statements
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
stmt
while_stmt
functions
ir_gen_while
name_register_nested_while
name_resolve_while
post_clone_while
print_while
type_check_while
structs
WhileStmtNode