Skip to content

deanmchris/Schemey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schemey v0.2.2

schemey

Schemey is a subset of Scheme language written in Python. It currently includes:

  • A Scheme interpreter
  • An implementation of a stack-based virtual machine called "Schemey VM"
  • A compiler from Scheme to Schemey VM bytecode
  • A serializer and deserializer for Schemey VM bytecode

Documentation concerning the usage of Schemey can be found here, or in the doc/ directory. The difference is in the way the reStructuredText is displayed between the two. I recommend using the former.