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...."
 
No 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 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==
==Links==
Line 11: Line 11:
==Prerequisites==
==Prerequisites==
A working C compiler.
A working C compiler.
==License==
Appears to be in the [[Public Domain]].


[[Category:Tools]]
[[Category:Tools]]

Revision as of 03:16, 6 November 2014

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.

Links

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.