REXX Language implementation
This programming guide explains how to use the cRexx Release 1 beta line toolchain in practice.
It focuses on the tools and workflows around Level B source:
.crexx with rxc or crexx.rxas with rxas.rxbin with the crexx virtual machine executables rxvm and rxvmerxlinkcrexx -native and rxcpackThe language itself is defined in the cRexx Language Reference. The lower level bytecode, assembly, and runtime model are described in the cRexx VM Specification.
This guide is for developers who want to build and run cRexx programs, integrate cRexx into tools, or understand how the command-line pieces fit together. Plugin library and compiler-exit authors should read this guide together with the VM specification and the relevant public headers.