https://github.com/daniel-beard/scheme48
Implementation of the tutorial: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours any deviations will be called out in the readme
https://github.com/daniel-beard/scheme48
Last synced: about 1 year ago
JSON representation
Implementation of the tutorial: https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours any deviations will be called out in the readme
- Host: GitHub
- URL: https://github.com/daniel-beard/scheme48
- Owner: daniel-beard
- License: bsd-3-clause
- Created: 2021-12-05T19:37:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T02:15:36.000Z (about 4 years ago)
- Last Synced: 2025-02-05T01:27:45.904Z (over 1 year ago)
- Language: Haskell
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# scheme48
Currently up to: (Exercise 2): https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours/Evaluation,_Part_2
## Differences to the original source
- Using `megaparsec` instead of `parsec`
## Skipped Exercises
- Skipped `Recursive Parsers: Exercise 3`
- Skipped `Evaluation, Part 1: Exercise 3`