KOPI | ||
---|---|---|
Prev | Preface | Next |
ANTLR 2.6.0
All grammar of KJC tools are specified in ANTLR language. ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a parser and translator generator tool, akin to the venerable lex/yacc duo, that lets you construct recognizers, compilers, and source-to-source translators from grammatical descriptions containing C++ or Java actions. You can build translators for database formats, graphical data files (e.g., PostScript, AutoCAD), text processing files (e.g., HTML, SGML), etc.... ANTLR is designed to handle all of your translation tasks. ANTLR is recommended by the co-inventor of LL(k) parsers and by the inventor of SLR(k) and LALR(k).
Home page:http://www.antlr.org.
GNU GetOpt
The GNU Java getopt classes support short and long argument parsing in a manner 100% compatible with the version of GNU getopt in glibc 2.0.6 with a mostly compatible programmer's interface as well. Note that this is a port, not a new implementation. I am currently unaware of any bugs in this software, but there certainly could be some lying about. I would appreciate bug reports as well as hearing about positive experiences.
Home page:http://www.urbanophile.com/arenn/hacking/download.html.
MAUVE
Mauve is a project to create a free Java test suite. This package will both serve as a library regression test suite and test conformance to various Java specification levels.
Home page:http://sourceware.cygnus.com/mauve/.
Prev | Home | Next |
Contributors | Up | Classfile Handling |