GNU Marst
Appearance
(Redirected from GNU MARST)
GNU Marst is an implementation of ALGOL 60.
Other implementations of ALGOL 60.
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