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

Translate tasks. More...

#include <iostream>
#include <ast/tasks.hh>
#include <tree/fragments.hh>
#include <translate/tasks.hh>
#include <translate/libtranslate.hh>
Include dependency graph for tasks.cc:

Namespaces

namespace  translate
 Translation from ast::Ast to tree::Node.
namespace  translate::tasks

Macros

#define DEFINE_TASKS   1

Functions

void translate::tasks::hir_compute ()
 Translate the AST to HIR.
void translate::tasks::hir_display ()
 Display the HIR.

Variables

std::unique_ptr< tree::Fragmentstranslate::tasks::fragments
 The global translation of ast::tasks::the_program.

Detailed Description

Translate tasks.

Macro Definition Documentation

#define DEFINE_TASKS   1