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

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

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).