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 TRANSLATE_TASKS_HH
7 # define TRANSLATE_TASKS_HH
8 
9 # include <tree/fwd.hh>
10 # include <task/libtask.hh>
11 
12 namespace translate
13 {
14 
15  namespace tasks
16  {
17 
19  extern std::unique_ptr<tree::Fragments> fragments;
20 
21  TASK_GROUP("5. Translation to High Level Intermediate Representation");
22 
24  TASK_DECLARE("hir-compute", "translate to HIR", hir_compute, "typed");
25 
27  TASK_DECLARE("H|hir-display", "display the HIR",
28  hir_display, "hir-compute");
29 
30  } // namespace tasks
31 }
32 
33 #endif // !TRANSLATE_TASKS_HH