Augusta from dr Dobbs source code of sorts

Augusta compiler from Dr Dobbs Vol 8.
https://ia802807.us.archive.org/view_archive.php?archive=/1/items/cdrom-programmersrom/programmersrom.iso

Read Read.me on how to run it.

1 Like

From the readme:

Augusta is a subset of the US Department of Defense computer language Ada. It was devised by Edward Mitchell and published in Dr. Dobb’s Journal. As published, it consists of four files. AUGUSTA.BAS is the compiler, written in generic Microsoft BASIC. It reads in keywords, predefined constants and some other stuff from KEYWORDS.TXT when it is run. The remaining two files are demonstration programs published with the compiler. SIEVE.AUG is the popular Eratosthenes Sieve benchmark, while DEMO.AUG is a simple number guessing game.