| 1 | 3 | Opihi is a generic command-line interpreter which has been used as the front-end for DVO, Pantasks, and other high-level programs provided by the IPP. These programs have been inherited from the CFHT Elixir project. The interpreter has a variety of features of shell-scripting languages: if statements, for loops, macros with command-line arguments, and so forth. The shell also allows for variables, arithmetic on variables, input from source files, and a variety of other useful tools. Opihi has a simple command-line interaction that resembles the UNIX tcsh, but with many additional useful features. It can also be used as a scripting language much like sh or perl. |