LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
escapes::tasks Namespace Reference

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.

Detailed Description

The Tasks of the escapes module.

Function Documentation

void escapes::tasks::escapes_compute ( )
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"  )