REXX Language implementation
This programming guide explains how to use the \crexx{} Release 1 beta 1 toolchain in practice.
It focuses on the tools and workflows around Level B source:
.rexx with rxc.rxas with rxas.rxbin with the VM executablesrxlinkcrexx -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 and compiler-exit authors should read this guide together with the VM specification and the relevant public headers.