Expand description
Data structure, parser and ir generator for call statement.
Structs§
Callinstruction.
Functions§
- Generate a
Callfrom anast::expression::FunctionCall, and append it to the current basic block. Return aRegisterNamewhich contains the result. - Parse a
Callinstruction.