https://github.com/liarprincess/scheme-compiler
Scheme compiler written in Haskell.
https://github.com/liarprincess/scheme-compiler
Last synced: about 2 months ago
JSON representation
Scheme compiler written in Haskell.
- Host: GitHub
- URL: https://github.com/liarprincess/scheme-compiler
- Owner: LiarPrincess
- Created: 2020-09-27T14:22:02.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-27T14:23:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T08:40:37.841Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scheme compiler written in Haskell.
Based on [Write Yourself a Scheme in 48 Hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) (if I remember correctly, I wrote that a long time ago).