Struct HIR_Expr¶
Defined in File hir.h
Struct Documentation¶
- 
struct 
HIR_Expr¶ Most general/top-level sort of AST entry.
Public Members
- 
HIR_FunctionCall *
call_expr¶ 
- 
HIR_ScopeBlock *
block_expr¶ 
- 
HIR_Return *
return_expr¶ 
- 
HIR_Branch *
jump_expr¶ 
- 
HIR_FeildAccess *
field_expr¶ 
- 
HIR_Subscript *
subscipt_expr¶ 
- 
HIR_Disamb *
disamb_expr¶ 
- 
HIR_Declaration *
declaration_expr¶ 
- 
HIR_Module *
module_expr¶ 
- 
HIR_Import *
import_expr¶ 
- 
HIR_Signature *
signature_expr¶ 
- 
HIR_Literal *
literal_expr¶ 
- 
HIR_FunctionCall *