https://github.com/themattchan/core
SPJ's tutorial on implementing functional languages
https://github.com/themattchan/core
g-machine haskell lazy-evaluation
Last synced: about 2 months ago
JSON representation
SPJ's tutorial on implementing functional languages
- Host: GitHub
- URL: https://github.com/themattchan/core
- Owner: themattchan
- License: mit
- Created: 2017-02-20T08:44:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-29T04:23:27.000Z (almost 6 years ago)
- Last Synced: 2025-03-31T17:55:10.649Z (3 months ago)
- Topics: g-machine, haskell, lazy-evaluation
- Language: Haskell
- Size: 39.1 KB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core
Implementation of the three compiler backends from
[Implementing Functional Languages: a tutorial](https://www.microsoft.com/en-us/research/wp-content/uploads/1992/01/student.pdf)
by Simon Peyton Jones and David Lester.