An open API service indexing awesome lists of open source software.

https://github.com/phlay/lispc

simple x86-64 lisp compiler
https://github.com/phlay/lispc

assembly-x86-64 compiler lisp python

Last synced: 9 months ago
JSON representation

simple x86-64 lisp compiler

Awesome Lists containing this project

README

          

# Proof-of-concept lisp compiler

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

## Dependencies

- python3
- nasm
- ld (binutils)