REXXCC: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Description== REXXCC can be used to "compile" or compress an REXX program. REXXCC "compiles" an OS/2 REXX program by substituting the source code with mostly any text. Thi..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== | {{Software | ||
|Picture= | |||
|Version=3.23 (Sep 2014) | |||
|Author=[[Bernd Schemmer]] | |||
|License=CDDL 1.0 | |||
|Download=[http://bnsmb.de/files/public/os2/rc323.zip rc323.zip] | |||
|Website=http://bnsmb.de/os2/rexxcc.html | |||
}} | |||
REXXCC can be used to "compile" or compress an REXX program. | REXXCC can be used to "compile" or compress an REXX program. | ||
REXXCC "compiles" an OS/2 REXX program by substituting the source code with mostly any text. This is possible because the OS/2 REXX interpreter stores a tokenized copy of each executed REXX program in the EAs of the program. If you execute an OS/2 REXX program, the OS/2 REXX interpreter first checks if the tokenized copy in the EAs is still valid and, if so, executes the tokenized copy and ignores the source code. | REXXCC "compiles" an OS/2 REXX program by substituting the source code with mostly any text. This is possible because the OS/2 REXX interpreter stores a tokenized copy of each executed REXX program in the EAs of the program. If you execute an OS/2 REXX program, the OS/2 REXX interpreter first checks if the tokenized copy in the EAs is still valid and, if so, executes the tokenized copy and ignores the source code. | ||
REXXCC "compresses" an OS/2 REXX program by deleting mostly all superfluous whitespaces, all linefeeds and all comments from the sourcefile. | REXXCC "compresses" an OS/2 REXX program by deleting mostly all superfluous whitespaces, all linefeeds and all comments from the sourcefile. | ||
[[Category:Open Source Software]] | [[Category:Open Source Software]] |
Latest revision as of 12:05, 5 October 2020
REXXCC | |
---|---|
[[File:|300px]] | |
Version | 3.23 (Sep 2014) |
Vendor | |
Author | Bernd Schemmer |
License | CDDL 1.0 |
Download | rc323.zip |
Website | http://bnsmb.de/os2/rexxcc.html |
REXXCC can be used to "compile" or compress an REXX program.
REXXCC "compiles" an OS/2 REXX program by substituting the source code with mostly any text. This is possible because the OS/2 REXX interpreter stores a tokenized copy of each executed REXX program in the EAs of the program. If you execute an OS/2 REXX program, the OS/2 REXX interpreter first checks if the tokenized copy in the EAs is still valid and, if so, executes the tokenized copy and ignores the source code.
REXXCC "compresses" an OS/2 REXX program by deleting mostly all superfluous whitespaces, all linefeeds and all comments from the sourcefile.