6 lines
234 B
Factor
6 lines
234 B
Factor
|
|
USING: alien effects help.markup help.syntax ;
|
||
|
|
IN: stack-checker.alien
|
||
|
|
|
||
|
|
HELP: infer-alien-invoke
|
||
|
|
{ $description "Appends the necessary SSA nodes for performing an " { $link alien-invoke } " call to the IR tree being constructed." } ;
|