vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
BlockStmtNode
vox
fe
ast
stmt
block_stmt
Undocumented in source.
@
AstType
.
stmt_block
struct
BlockStmtNode {
mixin
AstNodeData
!(
AstType
.
stmt_block
,
0
,
AstNodeState
.
name_register_self_done
)
;
AstNodes
statements
;
}
Members
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
stmt_block
,
0
,
AstNodeState
.
name_register_self_done
)
Undocumented in source.
Variables
statements
AstNodes
statements
;
Each node can be expression, declaration or expression
Meta
Source
See Implementation
vox
fe
ast
stmt
block_stmt
functions
ir_gen_block
name_register_nested_block
name_resolve_block
post_clone_block
print_block
type_check_block
structs
BlockStmtNode