LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
types.hh
Go to the documentation of this file.
1 
6 #ifndef TYPE_TYPES_HH
7 # define TYPE_TYPES_HH
8 
9 // FIXME: We should include "attribute.hh" and "class.hh" as well, but
10 // currently that would break the compilation (because of recursive
11 // dependencies). Investigate and fix this.
12 # include <type/builtin-types.hh>
13 # include <type/function.hh>
14 # include <type/record.hh>
15 # include <type/array.hh>
16 # include <type/field.hh>
17 # include <type/named.hh>
18 # include <type/type.hh>
19 
20 #endif // !TYPE_TYPES_HH