Tyrian is a implementation of lisp in python bytecode... hopefully
Basic usage is as follows;
$ python tyrian.py <options> <input_filename> <output_filename>Documentation is available here (hopefully): http://tyrian.readthedocs.org
Documentation source is also available in docs/, but will require cloning with submodules;
$ git clone git://github.com/Mause/tyrian.git --recurse-submodulesand can be generated like so under *nix;
$ cd docs
$ make htmland like so on windows;
> cd docs
> make.bat html