]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commit
massiv code cleanup. Created separate files for ASTNode, ASTInternal, ASTInterior...
authorvijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 2 Oct 2009 20:08:29 +0000 (20:08 +0000)
committervijay_ganesh <vijay_ganesh@e59a4935-1847-0410-ae03-e826735625c1>
Fri, 2 Oct 2009 20:08:29 +0000 (20:08 +0000)
commit6923293ab1752a6209a9d1c75507f554521d25c4
tree0483601abadaae198f282add5905041b117b8786
parent01e0a06065111ed96fd5d936fe746d773232d822
massiv code cleanup. Created separate files for ASTNode, ASTInternal, ASTInterior, ASTSymbol, ASTBVConst

git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@271 e59a4935-1847-0410-ae03-e826735625c1
23 files changed:
Makefile
scripts/Makefile.in
src/AST/AST.cpp
src/AST/AST.h
src/AST/ASTBVConst.h [new file with mode: 0644]
src/AST/ASTInterior.h [new file with mode: 0644]
src/AST/ASTInternal.h [new file with mode: 0644]
src/AST/ASTNode.h [new file with mode: 0644]
src/AST/ASTSymbol.h [new file with mode: 0644]
src/AST/Makefile
src/AST/TopLevel.h [new file with mode: 0644]
src/AST/Transform.cpp
src/c_interface/c_interface.cpp
src/main/Makefile
src/main/main.cpp
src/printer/AssortedPrinters.cpp [moved from src/AST/printer/AssortedPrinters.cpp with 99% similarity]
src/printer/AssortedPrinters.h [moved from src/AST/printer/AssortedPrinters.h with 98% similarity]
src/printer/CPrinter.cpp [moved from src/AST/printer/CPrinter.cpp with 100% similarity]
src/printer/LispPrinter.cpp [moved from src/AST/printer/LispPrinter.cpp with 100% similarity]
src/printer/PLPrinter.cpp [moved from src/AST/printer/PLPrinter.cpp with 100% similarity]
src/printer/SMTLIBPrinter.cpp [moved from src/AST/printer/SMTLIBPrinter.cpp with 100% similarity]
src/printer/dotPrinter.cpp [moved from src/AST/printer/dotPrinter.cpp with 100% similarity]
src/printer/printers.h [moved from src/AST/printer/printers.h with 91% similarity]