Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 141 Bytes

File metadata and controls

9 lines (6 loc) · 141 Bytes

Proof-of-concept lisp compiler

A x86-64 compiler for a very minimalistic lisp dialect.

Dependencies

  • python3
  • nasm
  • ld (binutils)