Posted are trunk versions of the srcML toolkit: NOTE: Source tar has been temporarily removed. Will be restored soon. src2srcml - Convert source code to srcML format srcml2src - Extract, query, and transform srcML Note that these have some changes in cli behavior from the previous official release: - All output is to standard output. Use the -o or --output to specify a file. - Language is now determined from source file extension. This can be specified using the --language option. Default is C++. - The option named '--input-files' has been renamed to '--from-files'. - Input files can be local, or use "http:", "ftp:", or "file:" protocols. For example: src2srcml http://www.sdml.info/projects/srcml/ex/main.cpp and srcml2src http://www.sdml.info/projects/srcml/ex/main.cpp.xml Please use 'src2srcml --help' 'srcml2src --help' for more details. Ubuntu 10.04: src2srcml.gz srcml2src.gz Mac Intel: src2srcml.mac.gz srcml2src.mac.gz To make it an executable: chmod u+x ./src2srcml.mac ./srcml2src.mac Windows: These are an older version. A newer version will be posted soon.