| [games] [interactive fiction] [programming] | [all tags] [all pages] [home] |
By the time I recovered, baZic (as I called it) was mostly finished. It features:
baZic is written in 100% Inform code. It does, however, make certain horrible assumptions about the memory map that means it's unlikely to compile for the Glulx platform. It is mostly useful as an example of just what you can do on the Z-machine if you bend it sufficiently. Oh, and the memory allocator and garbage collector are modular and can be easily ripped out and reused if you are so inclined.
The program is licensed under the MIT open source license. The full text is available in the source package.
bazic.zip (13.6 kB)
Z-machine file and documentation.
bazic.src.zip (19.6 kB)
Source code. If you want to add or remove keyword tokens, you'll need a copy of awk.
| Page last updated: 2008 August 12 | © 2008-2009 David Given, unless specified otherwise |