Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thma/secd
- Owner: thma
- License: other
- Created: 2017-10-22T08:20:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:30:32.000Z (11 months ago)
- Last Synced: 2023-12-15T15:38:54.986Z (11 months ago)
- Topics: lispkit, secd
- Language: Java
- Homepage:
- Size: 557 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.