NOTE: Alan v2 is OBSOLETE! Download Alan v3 instead!
From this page you can download documentation, the standard library, complete systems, compilers, interpreters for the currently available platforms. There is also source code and some utilities available.
NOTE! V2 is obsolete. Version 3 is in alpha state and will be released in a not to distant future. V2 will not be developed or supported further. If you are starting with Alan, you are recommended to jump directly to v3!
Don't forget to This email address is being protected from spambots. You need JavaScript enabled to view it.!
The licensing for Alan v3 also applies to Alan v2. You can find the license in the Alan v3 manual.
Documentation
The Manual
- in HTML format packed in a ZIP file (same as the on-line version) (Thanks to Jerome T. Nichols for the idea!)
- in PDF format
The Tutorial by This email address is being protected from spambots. You need JavaScript enabled to view it.
- in HTML format (the same contents as the on-line version but in one HTML file)
Standard library
The proposed standard library is currently at version 0.3.1. Latest revision by This email address is being protected from spambots. You need JavaScript enabled to view it..
- the ReadMe file
- alanlib031.zip, zip format
Compilers and Complete packages
Complete packages (including both compiler and interpreter) for different platforms. Current version is 2.8! Until all platforms have been ported you will find 2.7 versions here also.
You can also look at the Alan part of the IF Archive for various files saved for posterity!
- Version 2.8:
- 2.8(7) for Windows (including GLK-based interpreter port #4).
2.8(3) for Sun (SunOS4/Solaris1 or Solaris2)- 2.8(2) for Mac (2.8.2.1, port #1 by This email address is being protected from spambots. You need JavaScript enabled to view it.)
- 2.8(1) for PC (for DOS and Windows).
- 2.8(1) for Linux (port by This email address is being protected from spambots. You need JavaScript enabled to view it.)
- Older 2.7:
- 2.7(5) for Amiga
2.7(5) for HP (HP/UX 9)
Runtime only
These can be used to run games produced with the Alan system.
- V2.8
- 2.8(7) Arun for Windows , (using GLK) port #5
- 2.8(6) BeOS interpreter
- Linux, Windows, DOS and MacIntosh versions using Glk can be downloaded from the Alan part of the IF Archive (Glk is a standard IF run-time library)
- Amiga with status line (command history and editing is built in on the Amiga!)
- Sun (SunOS4/Solaris1 or Solaris2)
- PC (DOS and Windows)
- Linux
- V2.7 games should work with 2.8 interpreters, if not This email address is being protected from spambots. You need JavaScript enabled to view it.!
- V2.6
Source code
Here you can download the sources for the compiler, the interpreter and a large heap of regression test cases.
- Compiler source, for 2.8(7)
- Interpreter source, for 2.8(7)
- 172 test cases for the compiler and interpreter. If you build your own executables running these test can make you more comfortable with the quality of what you have accomplished. Suited for version 2.8.
Utilities
- ALex, for Win/DOS, a text extraction utility by This email address is being protected from spambots. You need JavaScript enabled to view it.. Can be used to extract all text from an Alan game source, e.g. to spell check.
- XWear, an extended library for implementation of wearing, by Alan Bampbton.