Lisp VM and compiler

This project aims to write, in Common Lisp, a register-based virtual machine capable of executing assembly instructions, as well as a compiler from Lisp to this assembly language. Unit tests as well as performance tests have been conducted.

November 12, 2023 Â· Pablo Laviron