REXXCC: Difference between revisions

From OS2World.Com Wiki
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..."
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Description==
{{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.
 
==Download==
* [http://bnsmb.de/files/public/os2/rc323.zip Binaries and Source Code]
 
==License==
* Open Source - CDDL 1.0
 
==Author==
* [[Bernd Schemmer]]
 
==Links==
* http://bnsmb.de/index.html


[[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.