Skip to content
/ lisby Public

Scheme-like Lisp compiler and a VM. Sort of works!

License

Notifications You must be signed in to change notification settings

susji/lisby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lisby

lisby is a small Lisp. This implementation consists of a bytecode compiler and virtual machine.

usage

$ make all
$ venv/bin/python3 -m lisby -s examples/fibonacci.lb