This was Chris Pressey's first "real" programming language, a precursor to Befunge-93 https://catseye.tc/node/Maentwrog
Find a file
2018-06-08 10:57:51 +01:00
bin Force bin directory to exist; easier than creating it. 2014-09-06 19:30:59 +01:00
doc Split README-and-spec into a README and a spec. 2018-05-30 15:31:29 +01:00
eg Import of Maentwrog version 1.1 revision 2011.0426 sources. 2012-06-13 14:09:01 -07:00
src Clean up README for revision release. 2014-09-23 12:19:50 +01:00
.gitignore Add build.seq for building under AmigaDOS 1.3; ignore UAE files. 2016-06-16 10:50:10 -05:00
.hgignore Add build.seq for building under AmigaDOS 1.3; ignore UAE files. 2016-06-16 10:50:10 -05:00
.hgtags Added tag rel_1_1_2014_0923 for changeset e6b47b4e6b09 2014-09-23 12:20:09 +01:00
build.seq Better documentation on building with DICE C under AmigaDOS 1.3. 2018-05-24 15:04:40 +01:00
Makefile I'm a bit sick of the strdup() nonsense, so let's do this. 2014-09-07 17:32:55 +01:00
README.md Prep for another minor release. 2018-06-08 10:56:19 +01:00
UNLICENSE Place this distribution in the public domain. 2012-09-21 19:56:13 -05:00

The Maentwrog Programming Language

This is the reference distribution for the Maentwrog programming language, designed and implemented in 1993.

This distribution contains the reference interpreter, written in ANSI C, a rudimentary specification document, and some example Maentwrog programs.

It also contains a few other miscellaneous contemporaneous C programs by the author, for historical interest.

The specification and example programs in this distribution were taken from the esolangs.org wiki page for Maentwrog that was written by User:Marinus. Thanks Marinus!

All of these materials are in the public domain.

The current released version of the Maentwrog distribution is version 1.1 revision 2018.0608.