LRDE Tiger Compiler
1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
|
The Tasks of the escapes module. More...
Functions | |
void | escapes_compute () |
void | escapes_display () |
TASK_GROUP ("3. Escapes") | |
TASK_DECLARE ("e|escapes-compute","compute the escaping variables ""and the functions requiring a static link", escapes_compute,"bound") | |
Compute variables escaping. | |
TASK_DECLARE ("E|escapes-display","enable escape display in the AST", escapes_display,"parse") | |
Display escaped variables. |
The Tasks of the escapes module.
void escapes::tasks::escapes_compute | ( | ) |
References ast::tasks::the_program.
void escapes::tasks::escapes_display | ( | ) |
escapes::tasks::TASK_DECLARE | ( | "e|escapes-compute" | , |
"compute the escaping variables ""and the functions requiring a static link" | , | ||
escapes_compute | , | ||
"bound" | |||
) |
Compute variables escaping.
escapes::tasks::TASK_DECLARE | ( | "E|escapes-display" | , |
"enable escape display in the AST" | , | ||
escapes_display | , | ||
"parse" | |||
) |
Display escaped variables.
escapes::tasks::TASK_GROUP | ( | "3. Escapes" | ) |