KOPI | ||
---|---|---|
Prev | Preface | Next |
This documentation is divided into chapters independant of each other:
The KOPI Classfile: KOPI classfile is an extensible package written completely in Java that allows you to read, edit and write classfiles. It is used by KJC (Java compiler), KSM (Java assembler) and DIS (Java disassembler).
KJC - The KOPI Java Compiler: KJC is the first compiler written completly in Java, available under the terms of the GNU General Public License. It allows you to extend features at any level, from syntax to code generation.
XKJC - The KOPI EXtended Java Compiler: XKJC is a compiler for embedded SQL in Java. This language is a super set of Java; i.e., it is compatible with Java source code. This allows the execution of Java-typed SQL statements and the mixing of expressions from both SQL and Java.
VLIB - The Visual KOPI: VLIB is an application framework using SWING which lets you create database applications in a high level specification language.
Prev | Home | Next |
Preface | Up | Contributors |