Utilities
All the utilities are located in the bin
subdirectory.
- Elements - A sample utility program using the Element API of the Rexx Parser to analyze a program and display its list of constituting elements.
- Elident - A small self-consistency tool that checks that a program is identical to the concatenation of the values of its parsed element chain.
- ERexx - The Experimental Rexx compiler compiles programs written in Rexx enhanced with Experimental features, translates them to standard ooRexx, and executes them.
- Highlight - A sample utility program that displays a highlighted program.
- Identtest - A self-consistency tool designed to run a series of self-consistency checks against the Rexx Parser source tree, it also allows to check that Executor features work as intended, and to test against the ooRexx test tree.
- md2html - A batch utility program to transform a set of Markdown files to HTML.
- RxCheck - A utility program that runs the parser with a selectable number of early check options enabled.
- Trident - A small self-consistency tool that checks that a program is identical its own parse tree.
