https://github.com/thma/secd
Java Implementation of SECD Machine + Lispkit Lisp Compiler
https://github.com/thma/secd
lispkit secd
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T14:30:32.000Z (over 2 years ago)
- Last Synced: 2025-02-09T17:32:46.886Z (over 1 year ago)
- Topics: lispkit, secd
- Language: Java
- Homepage:
- Size: 557 KB
- Stars: 2
- 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.