using my new generic multi-method
[ozulis.git] / src / ast / cast-tables.hh
blob72440e1e4a8dc6ac7ceb0d73e61a9f5272127925
1 #ifndef AST_CAST_TABLES_HH
2 # define AST_CAST_TABLES_HH
4 # include <ast/ast.hh>
6 namespace ast
8 CastExp * castToBestType(Type * type1, Type * type2);
9 CastExp * castToIntegerType(Type * type1, Type * type2);
12 #endif /* !CAST_TABLES_HH */