GNU Marst

From Rosetta Code
(Redirected from GNU MARST)
GNU Marst is an implementation of ALGOL 60. Other implementations of ALGOL 60.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

GNU Marst - Algol 60 to C compiler


GNU Marst is an implementation of ALGOL 60.
See https://www.gnu.org/software/marst/

In GNU Marst, the keywords are reserved - "stropping" is not used.

Compiling and running Hello World with GNU Marst looks like this:

marst hello.alg -o hello.c
gcc hello.c -lalgol -lm -o hello
./hello