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 AST_TASKS_HH
7 # define AST_TASKS_HH
8 
9 # include <task/libtask.hh>
10 # include <ast/decs-list.hh>
11 
12 namespace ast
13 {
14 
16  namespace tasks
17  {
19  extern ast::DecsList* the_program;
20 
21  TASK_GROUP("2. Abstract Syntax Tree");
22 
24  TASK_DECLARE("A|ast-display", "display the AST",
25  ast_display, "parse");
26 
28  TASK_DECLARE("D|ast-delete", "delete the AST",
29  ast_delete, "parse");
30  } // namespace tasks
31 
32 } // namespace ast
33 
34 #endif // !AST_TASKS_HH