2015-02-20 03:43:56 +01:00
|
|
|
adl (compiler and runtime for adventure definition language)
|
|
|
|
|
2018-01-23 07:02:37 +01:00
|
|
|
ADL stands for Adventure Definition Language. It is a superset, with
|
2015-02-20 03:43:56 +01:00
|
|
|
greatly enhanced capabilities, of an older language named DDL. DDL was
|
|
|
|
originally written in 1981 by Michael Urban, Chris Kostanick, Michael
|
|
|
|
Stein, Bruce Adler, and Warren Usui, all of the UCLA Computer Club.
|
|
|
|
|
|
|
|
Includes compiler (adlcomp), runtime (adlrun), debugger (adldebug),
|
|
|
|
and two sample games (aard and mpu). Documentation and sample code is
|
2018-01-23 07:02:37 +01:00
|
|
|
installed in /usr/doc/adl-$VERSION. Also, the ADL Programmer's Reference
|
|
|
|
Manual is available at: http://adl.sourceforge.net/
|
|
|
|
|
|
|
|
The package includes 3 versions of ADL, for maximum compatibility. See
|
|
|
|
README_versions.txt for details.
|