From: Baptiste L. <gai...@fr...> - 2004-02-25 08:11:29
|
cpptool was a previous experimentation that did not produce anything usable. The current project is rfta. So you should do: cvs -d:pserver:ano...@cv...:/cvsroot/cpptool login cvs -z3 -d:pserver:ano...@cv...:/cvsroot/cpptool co rfta There is some doc in the docs/ directory. Notes that I've been having trouble getting the lastest version to compile & run. I'm waiting Andre feedback on this. Also, I'm currently working on a new approach to this project. It can be found at: http://gaiacrtn.free.fr/backup/ Just grab the most recent version of the cppparser project. It does do any refactoring yet, but some of the basic components for this are there... Interesting stuff to look at are in examples/parser. cpp_grammar.txt: the grammar cppparsertest.cpp: the unit test for the grammar nodetracker.cpp/nodetrackertest.cpp: proof of concept for ast modification that automatically update the source parser.h/parsercontext.h: parsing framework commandstream.cpp/commandstreamtest.cpp: converts the parser production into an ast. Baptiste. ----- Original Message ----- From: "??" <li...@ki...> To: "cpptool-develop" <cpp...@li...> Sent: Wednesday, February 25, 2004 6:07 AM Subject: [Cpptool-develop] Help: how to checkout the source code of CppRefactory? > I've tried these commands: > cvs -d:pserver:ano...@cv...:/cvsroot/cpptool login > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/cpptool co cpptool > But only got a directory as below: > > $ ls -R cpptool > cpptool: > CVS Docs > > cpptool/CVS: > Entries Entries.Extra Repository Root > > cpptool/Docs: > CVS readme.txt > > cpptool/Docs/CVS: > Entries Entries.Extra Repository Root > |