From: <bl...@us...> - 2003-08-24 21:00:40
|
Update of /cvsroot/cpptool/rfta/doc In directory sc8-pr-cvs1:/tmp/cvs-serv3499/doc Modified Files: directories.txt Log Message: * added C++ parser in python (without C++ template for the time being), as well as a load of tests. Index: directories.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/doc/directories.txt,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** directories.txt 23 Oct 2002 20:25:13 -0000 1.1.1.1 --- directories.txt 24 Aug 2003 21:00:36 -0000 1.2 *************** *** 9,14 **** lib/ Contains .lib generated by rfta src/ Rfta sources - rftaparser/ Parser and AST library astdump/ AST dumper executable --- 9,16 ---- lib/ Contains .lib generated by rfta src/ Rfta sources astdump/ AST dumper executable + pyrfta/ Python binding for the rfta library + rftaparser/ Parser and AST library + rfta/ Code analysis and refactoring library |