Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 219 Bytes

File metadata and controls

3 lines (2 loc) · 219 Bytes

7L

This project implements a simple VM that can execute a low-level Lisp-like language that produces no garbage during execution. It is based on this publication.