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
- Host: GitHub
- URL: https://github.com/phlay/lispc
- Owner: phlay
- Created: 2019-07-30T09:08:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T16:32:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T12:53:40.742Z (10 months ago)
- Topics: assembly-x86-64, compiler, lisp, python
- Language: Python
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)