Iron Spring PL/I: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Software | |||
|Name=Iron Spring PL/I | |||
|Version=0.9.10b (Jun 2019) | |||
|Vendor=Iron Spring Software | |||
|Author=[[Peter Flass]] | |||
|Licence=Freeware | |||
|WWW=http://www.iron-spring.com | |||
}} | |||
[[Image:Ois.jpg|right]] | [[Image:Ois.jpg|right]] | ||
The Iron Spring PL/I compiler is a | The Iron Spring PL/I compiler is a [[PL/I]] compiler supporting both [[Linux]] and OS/2. The language implementation is a sub-set of the full PL/I "standard", but larger than classic sub-sets like '''G''' and slowly gaining more language features with each release. | ||
==Libraries== | |||
The libraries supplied with the program are open sourced under the [[LGPL v2.1]]. | |||
==Versions== | ==Versions== | ||
* | * 0.9.10b (2019-06-28) | ||
* 0.9.10a (2017-11-07) | |||
:Adds support for displaying a source line number in run-time error messages, and adds the ROUND command. | :Adds support for displaying a source line number in run-time error messages, and adds the ROUND command. | ||
* | * 0.9.8 (2015-06-15) | ||
:This version adds the builtins REVERSE, AFTER, BEFORE, TRIM, LTRIM, RTRIM, and SEARCH. It also adds the ability to do array assignments of adjustable arrays, and optimizes assignments of arrays with matching attributes to a block move. | :This version adds the builtins REVERSE, AFTER, BEFORE, TRIM, LTRIM, RTRIM, and SEARCH. It also adds the ability to do array assignments of adjustable arrays, and optimizes assignments of arrays with matching attributes to a block move. | ||
* | * 0.9.6 (2014-02-12) | ||
==Links== | ==Links== | ||
*[http://www.iron-spring.com/prog_guide.html Iron Spring PL/I Compiler Programming Guide] | *[http://www.iron-spring.com/prog_guide.html Iron Spring PL/I Compiler Programming Guide] | ||
* [https://groups.yahoo.com/neo/groups/ISPLI/info Iron Spring PL/I Users' Forum] - On Yahoo groups - low volume list but with good presence by the compiler developer. | * [https://groups.yahoo.com/neo/groups/ISPLI/info Iron Spring PL/I Users' Forum] - On Yahoo groups - low volume list but with good presence by the compiler developer. | ||
[[Category:PL/I]] | [[Category:PL/I]] |
Revision as of 14:04, 2 July 2019
Iron Spring PL/I | |
---|---|
Name | Iron Spring PL/I |
Version | 0.9.10b (Jun 2019) |
Vendor | Iron Spring Software |
Author | Peter Flass |
Licence | Freeware |
WWW | http://www.iron-spring.com |

The Iron Spring PL/I compiler is a PL/I compiler supporting both Linux and OS/2. The language implementation is a sub-set of the full PL/I "standard", but larger than classic sub-sets like G and slowly gaining more language features with each release.
Libraries
The libraries supplied with the program are open sourced under the LGPL v2.1.
Versions
- 0.9.10b (2019-06-28)
- 0.9.10a (2017-11-07)
- Adds support for displaying a source line number in run-time error messages, and adds the ROUND command.
- 0.9.8 (2015-06-15)
- This version adds the builtins REVERSE, AFTER, BEFORE, TRIM, LTRIM, RTRIM, and SEARCH. It also adds the ability to do array assignments of adjustable arrays, and optimizes assignments of arrays with matching attributes to a block move.
- 0.9.6 (2014-02-12)
Links
- Iron Spring PL/I Compiler Programming Guide
- Iron Spring PL/I Users' Forum - On Yahoo groups - low volume list but with good presence by the compiler developer.