Utilities


Utilities


All the utilities are located in the bin subdirectory. All utilities display help information when called without arguments, and accept -h or --help to display the same help.

  • CSS2XSL - A utility program that generates XSL templates for DocBook Rexx syntax highlighting from a CSS theme file.
  • 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 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 runner transforms programs written in Rexx enhanced with Experimental features, translates them to standard ooRexx, and executes them.
  • Highlight - A utility program that displays a highlighted program.
  • Identtest - A self-consistency tool that recursively runs the elident and trident tests against all Rexx files in a directory tree.
  • md2epub - A utility program that converts Markdown to EPUB ebooks.
  • md2html - A batch utility program to transform a set of Markdown files to HTML.
  • md2pdf - A utility program that converts Markdown to print-quality PDF.
  • RxCheck - A utility program that runs the parser with a selectable number of early check options enabled.
  • RxComp - A utility program that compares two Rexx files to see if they are equal, regardless of casing, line numbers, continuations and comments.
  • Trident - A self-consistency tool that checks that a program is identical to its own parse tree.