https://github.com/daemon1024/punzi-scheme
https://github.com/daemon1024/punzi-scheme
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daemon1024/punzi-scheme
- Owner: daemon1024
- Created: 2020-07-13T15:14:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T19:28:03.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T19:47:15.411Z (about 1 year ago)
- Language: Scheme
- Size: 781 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Punzi Scheme
Just me trying to construct a compiler based on Abdulaziz Ghuloum's paper and tutorial.
References
- Paper : ["An Incremental Approach to Compiler
Construction"](./resources/an_incremental_approach_to_compiler_construction.pdf)
- Explanded Tutorial : ["Compilers: Backend to Frontend
and Back to Front Again"](./resources/backend_to_frontend_to_backend_again.pdf)
- [@codehag](https://github.com/codehag)'s implementation : ["Scheme Inside Your Heart"](https://github.com/codehag/scheme-inside-your-heart)
Original Resources : [http://www.cs.indiana.edu/~aghuloum/](https://web.archive.org/web/20061231011219/http://www.cs.indiana.edu/~aghuloum/)