Tools for ARexx development:
* A REPL with immediate echoing of single statement
results (no need for SAY), support for multi-line
statements and code buffers.
* A preprocessor to include files in ARexx scripts.
New in version 1.2:
* Added IMMEDIATE mode to the REPL, which will
execute new code buffers immediately after they've
been closed.
New in version 1.1:
* If an error occurs, rxpp now exits with
return code 20 instead of return code 1.
* Added malloc() checks to rxpp.
* Added pprx, an rxpp invoker script.
* Minor cleanups in REPL code.
Documentation in AmigaGuide. Released under GPLv3.
|