Algol68toc: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{implementation|ALGOL 68}}{{stub}} ===Algol68toc Compiler=== Algol68toc is a compiler for a (large) subset of ALGOL 68. <br> Notable features omitted include: * formatted tr...")
 
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
===Algol68toc Compiler===
===Algol68toc Compiler===


Algol68toc is a compiler for a (large) subset of ALGOL 68.
Algol68toc is a compiler for a (large) subset of [[ALGOL 68]].
<br>
<br>
Notable features omitted include:
Notable features omitted include:
Line 11: Line 11:
The compiler is based on [[ALGOL 68RS]] and genertes C code which is then by compiled with [[GCC]].
The compiler is based on [[ALGOL 68RS]] and genertes C code which is then by compiled with [[GCC]].
<br>
<br>
It was extracted from the ELLA package by Sian Mountbatten, who also developed a standard prelude to use with it and other libraries.
It was extracted from the ELLA package by Sian Mountbatten, who also developed a standard prelude and other libraries for use with it.
<br>
<br>



Latest revision as of 14:10, 6 February 2022

Algol68toc is an implementation of ALGOL 68. Other implementations of ALGOL 68.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

Algol68toc Compiler

Algol68toc is a compiler for a (large) subset of ALGOL 68.
Notable features omitted include:

  • formatted transput.
  • parallel processing.


The compiler is based on ALGOL 68RS and genertes C code which is then by compiled with GCC.
It was extracted from the ELLA package by Sian Mountbatten, who also developed a standard prelude and other libraries for use with it.

Download