Packages
kmy.jint.compiler This package contains Jint code generator (CompilerContext) and supporting classes.
kmy.jint.constants  
kmy.jint.gen  
kmy.jint.io  
kmy.jint.lang  
kmy.jint.parser This package contains Jint lexer (ReaderTokenizer), parser (Parser) and related classes (like NameTable).
kmy.jint.reflect  
kmy.jint.tools This package contains invoker classes that can be run from the command line.
kmy.jint.tree  
kmy.jint.typer This package contains Jint semantic analyzer (TyperContext) and supporting classes.
kmy.jint.util This package contains utilities for Jint compiler and some Jint run-time supporting classes.
kmy.regex.compiler This package contains compiler that translates regex parsing tree (kmy.regex.tree.RNode) into RMachine instructions.
kmy.regex.form  
kmy.regex.interp  
kmy.regex.jvm  
kmy.regex.parser  
kmy.regex.tools This package contains sample programs that illustrate usage of regular expression labrary.
kmy.regex.tree  
kmy.regex.util  
kmy.test.java