Rexx/Wrapper: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | |||
|Name=REXX/Wrapper | |||
|Version=2.4 (2006) | |||
|Author=[[Mark Hessling]] | |||
|Licence=[[GPL v2]] | |||
|WWW=http://rexxwrapper.sourceforge.net | |||
}} | |||
A multi platform [[REXX]] pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code. | A multi platform [[REXX]] pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code. | ||
Line 4: | Line 11: | ||
==Version== | ==Version== | ||
* | * 2.4 (2006-09-22) | ||
;Prerequisites | ;Prerequisites | ||
* A supported [[C]] compiler | * A supported [[C]] compiler | ||
: There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked. | :There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked. | ||
* A working REXX interpreter for the target system | * A working REXX interpreter for the target system | ||
: If the target system anything but OS/2 that is. | : If the target system anything but OS/2 that is. | ||
[[Category:REXX]][[Category:Open Source Software]][[Category:Software written in C]] | [[Category:REXX]][[Category:Open Source Software]][[Category:Software written in C]] |
Revision as of 22:36, 27 October 2019
Rexx/Wrapper | |
---|---|
Name | REXX/Wrapper |
Version | 2.4 (2006) |
Vendor | |
Author | Mark Hessling |
Licence | GPL v2 |
WWW | http://rexxwrapper.sourceforge.net |
A multi platform REXX pseudo compiler, it packs REXX code or tokenised REXX code into an executable file for a target operating system. Note that the resulting executable will still need the support of a REXX interpreter on the target system and you will not see any speeds up by using it, but it is suitable for obscuring your code in cases where you do not want the end user of your REXX script to have access to the source code.
In addition to OS/2 the REXX/Wrapper compiler supports QNX, DOS, Microsoft Windows and most UNIX like systems.
Version
- 2.4 (2006-09-22)
- Prerequisites
- A supported C compiler
- There is a list of supported compilers on the REXX/Wrapper document page, but actually all OS/2 compilers we have tried with the system have worked.
- A working REXX interpreter for the target system
- If the target system anything but OS/2 that is.