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

Public ast interface implementation. More...

#include <fstream>
#include <ast/libast.hh>
#include <ast/pretty-printer.hh>
Include dependency graph for libast.cc:

Namespaces

namespace  ast
 Ast management.

Functions

std::ostream & ast::operator<< (std::ostream &ostr, const Ast &tree)
 Output a on ostr.

Variables

const misc::xalloc< bool > ast::escapes_display
 xalloc slot to enable escapes display in Ast display.
const misc::xalloc< bool > ast::bindings_display
 xalloc slot to enable bindings display in Ast display.

Detailed Description

Public ast interface implementation.