From: Baptiste L. <gai...@fr...> - 2003-05-01 10:10:44
|
I've added a python script in the bin/ directory. It scan the subdirectories of bin/testdata/ and run the parser in all the file found there. The directory structure is duplicated in ast/ and the HTML ast dump are copied here. An index page is created in ast/index.html with link to all ast, as well as parsing status (ok, failed, and crashed). The script must be run from the bin/ directory, and expect to find a binary named 'astdump' there. For the curious, you can find the zipped resultat: http://gaiacrtn.free.fr/temp the ast directory you'll find there only contains a subset of the zip file (ogre & rfta). The source were picked up from some C++ project on sourceforge. Baptiste. |