git @ Cat's Eye Technologies stringie / 2858cb9
2858cb9

Tree @2858cb9 (Download .tar.gz)

stringie

This is the distribution for "stringie", an implementation of Underload in ANSI C.

History

Seeing that there was no non-pathological implementation of ais523's beautiful Underload language in C, I undertook that project one evening. (In the company of a bottle of really fine wine. Why, it cost almost twelve dollars.) The result is one of the most pedantic and boring Underload interpreters known to man. Perhaps the most interesting property of it is its name, "stringie", which was an accident.

Building

(cd src && make)

You can also pass ANSI=yes to make to have the C compiler treat the source code as ANSI C, and this will work, because the source code is ANSI C.

Usage

./bin/stringie '(Hello, world!)S'

From this we can see that the Underload program to be interpreted is passed directly in the first argument.

License

The contents of this repository are in the public domain. See UNLICENSE for more information.