Jump to content

The APL c compiler project: Difference between revisions

From EDM2
Created page with "==Description== A program that compiles APL into C code that can then be used to compile into native code. Supplied in c source form only but tested to work on eComStation v2...."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
aplc is 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, so it requires a working ANSI C compiler.
A program that compiles APL into C code that can then be used to compile into native code. Supplied in c source form only but tested to work on eComStation v2.


==Links==
==Versions==
* http://home.earthlink.net/~swsirlin/aplcc.html Project home
* 5.12 (Dec 2007) - stable version
* 6.18 (Aug 2015) - development version
 
==Publications==
*T. Budd: ''An APL Compiler'' - Springer-Verlag 1988, ISBN 3-540-96643-9


==Versions==
==License==
* v6.17 Development version / Feb. 2013
Appears to be in the [[Public Domain]].
* '''v6.13 Stable version''' / Feb. 2009
*Authors: Timothy A. Budd, Sam Sirlin


==Prerequisites==
==Links==
A working C compiler.
* [http://home.earthlink.net/~swsirlin/aplcc.html Project home]


[[Category:Tools]]
[[Category:Open Source Software]][[Category:Software written in C]]

Latest revision as of 21:56, 12 March 2018

aplc is 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, so it requires a working ANSI C compiler.

Versions

  • 5.12 (Dec 2007) - stable version
  • 6.18 (Aug 2015) - development version

Publications

  • T. Budd: An APL Compiler - Springer-Verlag 1988, ISBN 3-540-96643-9

License

Appears to be in the Public Domain.

  • Authors: Timothy A. Budd, Sam Sirlin

Links