Iron Spring PL/I: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
The Iron Spring PL/I compiler is a cross-platform [[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. | |||
The Iron Spring PL/I compiler is a cross-platform [[PL/I]] compiler supporting both Linux and OS/2. The language implementation is a sub-set, but larger than classic sub-sets like G and slowly gaining more features. | |||
==Versions== | ==Versions== | ||
Line 18: | Line 17: | ||
* [[Peter Flass]] | * [[Peter Flass]] | ||
[[Category: Tools]][[Category:Linux Tools]] | [[Category: Tools]][[Category:Linux Tools]] |
Revision as of 16:18, 26 June 2015
The Iron Spring PL/I compiler is a cross-platform 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.
Versions
- Latest Version for OS/2-eCS: 0.9.8 (June 2015)
- 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.
- Version 0.9.6 (2014.12.02)
Links
- Official Web Site:http://www.iron-spring.com
Mailing lists & forums
- Iron Spring PL/I Users' Forum - On Yahoo groups - low volume list but with good presence by the compiler developer.
License
- Closed source freeware, the supplied library is open sourced under the LGPL v.2.1
Author
- Iron Spring Software
- Peter Flass