How are Algol 60 programs compiled?

Modified on Wed, 5 Nov at 3:00 AM

Algol 60 programs are compiled by running marst {file} -o {file}.c for each submitted file, and then compiling all the resulting C files with gcc -g -O2 -o {executable} -static {c-files} -lalgol -lm.

We use GNU marst to translate Algol 60 to C.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article