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
Feedback sent
We appreciate your effort and will try to fix the article