GNU Marst

From Rosetta Code
Revision as of 14:59, 24 October 2022 by Tigerofdarkness (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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