LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libescapes.hh
Go to the documentation of this file.
1 
6 #ifndef ESCAPES_LIBESCAPES_HH
7 # define ESCAPES_LIBESCAPES_HH
8 
9 # include <misc/error.hh>
10 # include <ast/fwd.hh>
11 
13 namespace escapes
14 {
15 
17  void escapes_compute(ast::Ast& tree);
18 
19 } // namespace escapes
20 
21 #endif // !ESCAPES_LIBESCAPES_HH