Skip to content
/ tyrian Public

Tyrian is a implementation of lisp in python bytecode... hopefully

License

Notifications You must be signed in to change notification settings

Mause/tyrian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tyrian

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-submodules

and can be generated like so under *nix;

$ cd docs
$ make html

and like so on windows;

> cd docs
> make.bat html

About

Tyrian is a implementation of lisp in python bytecode... hopefully

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published