Command Line Interface
pyr [OPTIONS] <SUBCOMMAND> [SUBCOMMAND_OPTIONS] <source_file>
Options
--help
| -h
Prints the help message.
--link
| -l
Links a dynamic/shared library.
Subcommand
Run
Run/Interprets the program line by line.
Compile
Compiles the program into an object file.
Options
--out
| -o
Specifies the output file name.
--exe
| -e
Links the object file into an executable.