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/slack-desc | |
parent | e5380977a1a09f7aa85feb75786d58d62faede49 (diff) |
development/srcML: Added (XML representation of source code).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/srcML/slack-desc')
-rw-r--r-- | development/srcML/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/srcML/slack-desc b/development/srcML/slack-desc new file mode 100644 index 0000000000..0634af12df --- /dev/null +++ b/development/srcML/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +srcML: srcML (document-oriented XML representation of source code) +srcML: +srcML: The srcML format is a XML representation for source code, where the +srcML: markup tags identify elements of the abstract syntax for the language. +srcML: The srcml program is a command line application for the conversion +srcML: of source code to srcML, an interface for the exploration, analysis, +srcML: and manipulation of source code in this form, and the conversion of +srcML: srcML back to source code. The current parsing technologies support +srcML: C/C++, C#, and Java. +srcML: +srcML: http://www.srcml.org/ |