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 ASTCLONE_TASKS_HH
7 # define ASTCLONE_TASKS_HH
8 
9 # include <misc/fwd.hh>
10 
11 # include <task/libtask.hh>
12 
13 namespace astclone
14 {
15 
17  namespace tasks
18  {
19  TASK_GROUP("2.5 Cloning");
20 
23  TASK_DECLARE("clone", "clone the Ast", clone, "parse");
24 
25  } // namespace tasks
26 
27 } // namespace astclone
28 
29 #endif // !ASTCLONE_TASKS_HH