README 828 B

1234567891011121314151617
  1. The srcML format is a XML representation for source code, where
  2. the markup tags identify elements of the abstract syntax for
  3. the language. The srcml program is a command line application
  4. for the conversion of source code to srcML, an interface for the
  5. exploration, analysis, and manipulation of source code in this form,
  6. and the conversion of srcML back to source code. The current parsing
  7. technologies support C/C++, C#, and Java.
  8. srcML requires some statically compiled Boost libraries which are
  9. not available in Slackware's default installation. Thus, the required
  10. libraries are compiled temporarily according to srcML's documentation
  11. but will not be installed into your system. Also, srcML's Python
  12. binding will not be installed.
  13. To build this its dependency antlr2 must be built against jdk (or
  14. openjdk8, zulu-openjdk8).