]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
Move printers to a new namespace. Create a DOT graph format printer. Add extra warnin...
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 16 Jul 2009 06:24:43 +0000 (06:24 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Thu, 16 Jul 2009 06:24:43 +0000 (06:24 +0000)
commit68412288127d350baca54136b9313267c9e2c6db
tree2b1d84199a989e744f393b3d64670503c59e9dd4
parent4b46d1fca989dd1871af0de98d3423db5be69ba9
Move printers to a new namespace. Create a DOT graph format printer. Add extra warnings during compilation.

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@82 e59a4935-1847-0410-ae03-e826735625c1
AST/AST.cpp
AST/AST.h
AST/Makefile
AST/printer/CPrinter.cpp [new file with mode: 0644]
AST/printer/SMTLIBPrinter.cpp [new file with mode: 0644]
AST/printer/dotPrinter.cpp [new file with mode: 0644]
AST/printer/printers.h [new file with mode: 0644]
Makefile.common
c_interface/c_interface.cpp