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