Jump to content

Iron Spring PL/I: Difference between revisions

From EDM2
mNo edit summary
mNo edit summary
Line 7: Line 7:
*Version 0.9.8 (2015-06-15)
*Version 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.
* Version 0.9.6 (2014-02-12)  
* Version 0.9.6 (2014-02-12)
 
==Links==
==Links==
* Official Web Site:http://www.iron-spring.com
* Official Web Site:http://www.iron-spring.com
Line 14: Line 15:


==License==
==License==
* Closed source freeware, the libraries supplied with the program are however open sourced under the [[LGPL v.2.1]]
* Closed source freeware, the libraries supplied with the program are however open sourced under the [[LGPL v2.1]]


==Author==
==Author==
* Iron Spring Software
* Iron Spring Software
* [[Peter Flass]]
* [[Peter Flass]]


[[Category: Tools]][[Category:Linux Tools]][[Category: PL/I]]
[[Category: Tools]][[Category:Linux Tools]][[Category: PL/I]]

Revision as of 15:34, 24 June 2016

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.9 (2015-09-15)
Adds support for displaying a source line number in run-time error messages, and adds the ROUND command.
  • Version 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.
  • Version 0.9.6 (2014-02-12)

Links

Mailing lists & forums

License

  • Closed source freeware, the libraries supplied with the program are however open sourced under the LGPL v2.1

Author