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.
For more information see A Lisp compiler for RISC-V written in Lisp.