Jawk is an implementation of the AWK Programming Language for Java.

See:
          Description

Packages
org.jawk  
org.jawk.backend  
org.jawk.ext  
org.jawk.frontend  
org.jawk.intermediate  
org.jawk.jrt  
org.jawk.util  

 

Jawk is an implementation of the AWK Programming Language for Java. The program interprets / compiles AWK scripts, executing within the JVM.

A reference implementation of the org.jawk.backend.AwkCompiler is now included with Jawk. Jawk can now compile scripts for the JVM via the -z or -Z argument. Please see the Javadoc for the org.jawk.backend.AwkCompilerImpl class, as well as the Jawk application usage screen (by executing Jawk with the -h argument) for more details.

Disclaimer

This software is provided as is without warranty of any kind (neither explicit nor implicit). Anyone using this software assumes all the risks associated with installation and execution of this software. Therefore, the author is not held responsible for any problems that may occur as a result of the installation and/or execution of this software.