algol68g

Algol 68 compiler and interpreter for running Algol 68 programs

brewmacoslinux
Try with needOr install directly
Source

About

Algol 68 compiler-interpreter

Commands

a68g

Examples

Compile and run an Algol 68 source file$ a68g program.a68
Run Algol 68 code with optimizations enabled$ a68g -O program.a68
Compile to an executable and then run it$ a68g -c program.a68 && ./program