diff options
author | Marcel Steinbeck <marcel dot steinbeck at googlemail dot com> | 2017-04-09 00:54:17 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:46 +0700 |
commit | 89f6ac9939728d7cfa8dfa8937205ff390b308b2 (patch) | |
tree | 755230255b9f86afd90c1fb715991c8fe9c75034 /development/srcML/README | |
parent | e5380977a1a09f7aa85feb75786d58d62faede49 (diff) | |
download | slackbuilds-89f6ac9939728d7cfa8dfa8937205ff390b308b2.tar.gz |
development/srcML: Added (XML representation of source code).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/srcML/README')
-rw-r--r-- | development/srcML/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/srcML/README b/development/srcML/README new file mode 100644 index 0000000000..e2acf891c3 --- /dev/null +++ b/development/srcML/README @@ -0,0 +1,12 @@ +The srcML format is a XML representation for source code, where the markup +tags identify elements of the abstract syntax for the language. The srcml +program is a command line application for the conversion of source code to +srcML, an interface for the exploration, analysis, and manipulation of source +code in this form, and the conversion of srcML back to source code. The +current parsing technologies support C/C++, C#, and Java. + +srcML requires some statically compiled Boost libraries which are not +available in Slackware's default installation. Thus, the required libraries +are compiled temporarily according to srcML's documentation but will not be +installed into your system. Also, srcML's Python binding will not be +installed. |