LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tasks.hh
Go to the documentation of this file.
1 
6 #ifndef ESCAPES_TASKS_HH
7 # define ESCAPES_TASKS_HH
8 
9 # include <task/libtask.hh>
10 
11 namespace escapes
12 {
13 
15  namespace tasks
16  {
17 
18  TASK_GROUP("3. Escapes");
19 
21  TASK_DECLARE("e|escapes-compute",
22  "compute the escaping variables "
23  "and the functions requiring a static link",
24  escapes_compute, "bound");
25 
27  TASK_DECLARE("E|escapes-display",
28  "enable escape display in the AST",
29  escapes_display, "parse");
30 
31 
32  } // namespace tasks
33 
34 } // namespace parse
35 
36 #endif // !ESCAPES_TASKS_HH