srcML Toolkit Posted are trunk versions of the srcML toolkit: src2srcml - Convert source code to srcML format srcml2src - Extract, query, and transform srcML Changes in cli behavior from (much) older releases: - 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. - The option named '--input-files' has been renamed to '--files-from'. - Input files can be local, or use "http:", "ftp:", or "file:" protocols. For example: src2srcml http://www.sdml.info/projects/srcml/ex/main.cpp srcml2src http://www.sdml.info/projects/srcml/ex/main.cpp.xml Please use 'src2srcml --help' 'srcml2src --help' for more details. Source: srcML-src.zip srcML-src.tar.gz