bdj / dybvig-three-impLinks
Implementations of the compilers and VMs from R. Kent Dybvig's "Three Implementation Models for Scheme." Each file is named after the section of the paper it implements. I made a few modifications to make the code work with PLT Scheme. Each file is a module that exports an evaluate function. Some of the VMs need mutable lists, so I explicitl…
☆24Updated 15 years ago
Alternatives and similar repositories for dybvig-three-imp
Users that are interested in dybvig-three-imp are comparing it to the libraries listed below
Sorting:
- A Scheme to x86-64 compiler in Scheme☆81Updated 10 years ago
- Code from Dan Friedman's "B621" class, usually referred to as "advanced dan"☆16Updated 13 years ago
- ☆87Updated 4 years ago
- The compiler for subset of scheme developed as part of P523☆30Updated 8 years ago
- Swish Concurrency Engine☆152Updated 3 weeks ago
- ☆65Updated 9 years ago
- stex: stex to latex and latex to html converters and associated tools☆92Updated last year
- Scheme Related Papers☆46Updated 5 years ago
- Code from 'The Reasoned Schemer' (MIT Press, 2005) by Daniel P. Friedman, William E. Byrd and Oleg Kiselyov.☆127Updated 12 years ago
- ☆40Updated 4 years ago
- ☆39Updated 3 months ago
- Incremental Compiler paper by Abdulaziz Ghuloum, using Chez scheme, Nasm, x86_64 for OSX☆62Updated 8 years ago
- Scheme's commonly used small functions☆28Updated 6 years ago
- Pattern-Matching written by Dan Friedman, Erik Hilsdale and Kent Dybvig☆30Updated 6 years ago
- Student-facing code from the book *Programming Languages: Build, Prove, and Compare* by Norman Ramsey☆32Updated 2 years ago
- Nanopass scheme compiler in scheme for x86☆68Updated 8 years ago
- Old version of miniKanren, without some of the fancy new constraints. See 'miniKanren-with-symbolic-constraints'.☆135Updated 10 years ago
- A native compiler for Scheme compliant with R6RS☆197Updated 7 years ago
- Larceny Scheme implementation☆209Updated 8 years ago
- An abstract machine for analyzing Racket bytecode.☆29Updated 4 years ago
- nanopass compiler framework for Racket☆194Updated last year
- Mickey Scheme is an interpreter for R7RS Scheme written in pure C++☆64Updated 8 years ago
- Asynchronous event loop for chez scheme with await semantics☆39Updated 3 years ago
- Code from Chapter 10 & Appendix A, implementation, and Chapters 7 & 8, arithmetic☆139Updated 7 years ago
- Go! Lisp in OCaml☆75Updated 13 years ago
- Chez Scheme☆109Updated 2 years ago
- Compiler for Tiger based on Andrew Appel's Modern Compiler Implementation in ML☆59Updated 14 years ago
- Canonical miniKanren implementation in Racket☆86Updated 4 years ago
- ☆96Updated 3 months ago
- A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)☆364Updated 4 years ago