Jump to content

The APL c compiler project: Difference between revisions

From EDM2
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
==Description==
A program that compiles APL into C code that can then be used to compile into native code. Supplied in c source code form only but tested to work on eComStation v2.
A program that compiles APL into C code that can then be used to compile into native code. Supplied in C source code form only but tested to work on eComStation v2.
 
==Links==
* http://home.earthlink.net/~swsirlin/aplcc.html Project home


==Versions==
==Versions==
* v6.17 Development version / Feb. 2013
* v6.17 Development version / Feb 2013
* '''v6.13 Stable version''' / Feb. 2009
* '''v6.13 Stable version''' / Feb 2009


==Prerequisites==
==Prerequisites==
Line 15: Line 12:
Appears to be in the [[Public Domain]].
Appears to be in the [[Public Domain]].


[[Category:Tools]][[Category:Open Source Software]][[Category:Software written in C]]
==Links==
* [http://home.earthlink.net/~swsirlin/aplcc.html Project home]
 
[[Category:Open Source Software]][[Category:Software written in C]]

Revision as of 06:11, 18 October 2016

Description

A program that compiles APL into C code that can then be used to compile into native code. Supplied in C source code form only but tested to work on eComStation v2.

Versions

  • v6.17 Development version / Feb 2013
  • v6.13 Stable version / Feb 2009

Prerequisites

A working C compiler.

License

Appears to be in the Public Domain.

Links