An open API service indexing awesome lists of open source software.

https://github.com/daemon1024/punzi-scheme


https://github.com/daemon1024/punzi-scheme

Last synced: 5 months ago
JSON representation

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/)