https://github.com/benjaminaaron/jsschemeinterpreter
A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.
https://github.com/benjaminaaron/jsschemeinterpreter
Last synced: 29 days ago
JSON representation
A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.
- Host: GitHub
- URL: https://github.com/benjaminaaron/jsschemeinterpreter
- Owner: benjaminaaron
- Created: 2015-03-20T20:17:57.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-04-01T12:07:07.000Z (about 10 years ago)
- Last Synced: 2023-08-04T13:56:24.094Z (over 1 year ago)
- Language: HTML
- Homepage: http://benjaminaaron.github.io/JsSchemeInterpreter
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JsSchemeInterpreter
A scheme interpreter in JavaScript with a visualization of the memory and a tree for the call hierarchy.This is just at the very beginning at the moment. Much more work needs to be done... eventually :)