Type-checking classes and hooks (not tested yet).
authorDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 4 May 2010 03:42:56 +0000 (03:42 +0000)
committerDejan Jovanović <dejan.jovanovic@gmail.com>
Tue, 4 May 2010 03:42:56 +0000 (03:42 +0000)
commit1ce8e28d5976e1ab30099cb9e6943514497d2980
tree1a9382fb62b38e3b5768da951b7c684f1b8688e7
parent69c2d3e702f8ec0bd0eec4a481a07571131aabeb
Type-checking classes and hooks (not tested yet).
23 files changed:
src/expr/Makefile.am
src/expr/builtin_type_rules.h [new file with mode: 0644]
src/expr/expr_manager_template.cpp
src/expr/expr_manager_template.h
src/expr/expr_template.cpp
src/expr/expr_template.h
src/expr/node.cpp
src/expr/node.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/type.cpp
src/expr/type.h
src/theory/arith/Makefile.am
src/theory/arith/theory_arith_type_rules.h [new file with mode: 0644]
src/theory/booleans/Makefile.am
src/theory/booleans/theory_bool_type_rules.h [new file with mode: 0644]
src/theory/bv/Makefile.am
src/theory/bv/theory_bv_type_rules.h [new file with mode: 0644]
src/theory/uf/Makefile.am
src/theory/uf/theory_uf_type_rules.h [new file with mode: 0644]
src/util/bitvector.h
src/util/exception.h
test/unit/expr/expr_public.h