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

Forward declarations for the parse module. More...

#include <misc/variant.hh>
Include dependency graph for fwd.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ast
 Ast management.
namespace  parse
 Parsing the input, delivering an ast::Ast.

Typedefs

typedef misc::variant
< ast::Exp *, ast::DecsList * > 
parse::ast_type
 Result of a parse: an Exp (*.tig) or a DecsList (*.tih).

Detailed Description

Forward declarations for the parse module.