https://github.com/technoblogy/lisp-riscv-compiler
A Lisp compiler to RISC-V machine code written in Lisp
https://github.com/technoblogy/lisp-riscv-compiler
Last synced: over 1 year ago
JSON representation
A Lisp compiler to RISC-V machine code written in Lisp
- Host: GitHub
- URL: https://github.com/technoblogy/lisp-riscv-compiler
- Owner: technoblogy
- Created: 2024-10-11T09:40:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T09:47:50.000Z (over 1 year ago)
- Last Synced: 2024-10-24T03:36:48.161Z (over 1 year ago)
- Language: Common Lisp
- Size: 4.88 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lisp RISC-V Compiler
This is a simple experimental Lisp compiler, written in Lisp, that will compile a Lisp function into RISC-V machine code.
It is designed for use with my [RISC-V assembler written in Lisp](https://github.com/technoblogy/lisp-riscv-assembler).
For more information see [A Lisp compiler for RISC-V written in Lisp](http://www.ulisp.com/show?4Y20).