.\" Manpage for zenith.
.\" Contact jamie@jamiebalfour.com to correct typos or errors.
.TH zpe  "September 2015" "1.0" "Zenith Parsing Engine man page"
.SH NAME
zpe \- open a new Zenith Parsing Engine process 
.SH SYNOPSIS
zpe [-]exec [options...]
.SH DESCRIPTION
zpe is a shorthand for running the Java JAR Zenith Parsing Engine. The program takes an argument that runs a specific form of ZPE.
.SH OPTIONS
The -exec option will specify which mode to run in.
If no dash is provided, the default mode is to run a compiled application found at exec.\&
.PP 
Running the application will list all possible modes that can be run. Using the -h parameter on the script will return a list of help commands. This offers a good place to start. Using the help commands the following information is available:\&
.PP
Information can be obtained about changes applied to the software through the -h -changes parameter string\&
.PP
A list of all built-in and included libraries and functions can be shown using -h -cmd command\&
.PP
Information can be found using the built-in software manual about a function (built-in or external) when the -h -man function_name command is used.
For instance, -h -man std_in will return information about the std_in function.\&
.PP
There is more information available at the developer's reference website:\&
.PP
http://www.zenlang.net/ \&
.PP
or \&
.PP
http://www.jamiebalfour.com/projects/zenith/ \&
.PP
.SH EXAMPLE USAGE
zenith -i test.txt -5
Runs the interpreter on the file test.txt
.PP
zenith output.zpe
Runs the compiled output.zpe file in the interpreter
.PP
.SH SEE ALSO
java, gcc, clang
.SH BUGS
No known bugs.
.SH AUTHOR
Jamie B Balfour (jamie@jamiebalfour.com)
