ALGOL 68R

From Rosetta Code
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
This page uses content from Wikipedia. The original article was at ALGOL 68R. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
ALGOL 68R is an implementation of ALGOL 68. Other implementations of ALGOL 68.



ALGOL 68R from RRE was the first ALGOL 68 implementation. It ran on the ICL 1900. Based on a subset of the original language, the main restrictions were definition before use and no parallel processing. This compiler was popular in UK universities in the 1970s, where many computer science students learnt ALGOL 68 as their first programming language; the compiler was renowned for good error messages.

Differences between Algol 68R and the Revised Report

Algol 68R was designed to implement a dialect of the language of the original report so there are many language differences compared to the revised report. Some of the more visibly obvious include:

  • Loops do not end with OD, the loop body (probably an encloaed clause) follows DO, e.g. TO 10 DO BEGIN something; something else END
  • The CASE conformity clause (used to get values out of a UNION) is significantly different.
  • ELSF is used instead of ELIF.
  • OUSE (contraction of OUT CASE) is not available.
  • The mode COMPL is spelt COMPLEX.

There are many other differences, not all of which are syntatic.

Download

Details of how to run Algol 68R under a George 3 emulator can be found at the links below. The emulator and Algol 68R can be run on a number of systems, including the Raspberry Pi.

Note that this software is strictly for non-commercial use.