LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libast.hh
Go to the documentation of this file.
1 
6 #ifndef AST_LIBAST_HH
7 # define AST_LIBAST_HH
8 
9 # include <iosfwd>
10 # include <ast/fwd.hh>
11 
13 namespace ast
14 {
15 
18 
20  std::ostream& operator<<(std::ostream& ostr, const Ast& tree);
21 
22 } // namespace ast
23 
24 #endif // !AST_LIBAST_HH