Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thma/secd

Java Implementation of SECD Machine + Lispkit Lisp Compiler
https://github.com/thma/secd

lispkit secd

Last synced: 8 days ago
JSON representation

Java Implementation of SECD Machine + Lispkit Lisp Compiler

Awesome Lists containing this project

README

        

Java Implementation of SECD Machine + Lispkit Lisp Compiler

This is a very simple Java implementation of the original SECD from Hendersons Book.

I've taken the core of an implementation done by Miloˇs Radovanovi´c and glued in my own parser and added some test cases mainly focussing on bootstrapping of the compiler.