diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 01:20:14 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:42 +0700 |
commit | 9a9fa6e172e3a29533d295f8bc0934b0cb25433a (patch) | |
tree | 6618957979d88b212ea168a51171eda3ae1fe7e0 /development/srcML | |
parent | f048927d27ce41faa1b871403e3027e135d78961 (diff) |
development/srcML: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/srcML')
-rw-r--r-- | development/srcML/README | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/development/srcML/README b/development/srcML/README index 367f53dc0050..7bd92b810330 100644 --- a/development/srcML/README +++ b/development/srcML/README @@ -1,14 +1,16 @@ -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. +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. +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. -To build this its dependency antlr2 must be built against jdk (or openjdk). +To build this its dependency antlr2 must be built against jdk (or +openjdk). |