bdj / dybvig-three-imp
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…
☆21Updated 14 years ago
Related projects ⓘ
Alternatives and complementary repositories for dybvig-three-imp
- Code from Dan Friedman's "B621" class, usually referred to as "advanced dan"☆13Updated 12 years ago
- A Scheme to x86-64 compiler in Scheme☆78Updated 9 years ago
- The compiler for subset of scheme developed as part of P523☆30Updated 7 years ago
- Pattern-Matching written by Dan Friedman, Erik Hilsdale and Kent Dybvig☆29Updated 5 years ago
- ☆85Updated 3 years ago
- An abstract machine for analyzing Racket bytecode.☆28Updated 3 years ago
- Scheme Related Papers☆44Updated 4 years ago
- ☆63Updated 8 years ago
- Compile JavaScript to Native Code☆28Updated 4 years ago
- Nanopass scheme compiler in scheme for x86☆68Updated 7 years ago
- Canonical miniKanren implementation in Racket☆84Updated 3 years ago
- My Own Linear Lisp☆37Updated 6 years ago
- All code examples from "The Little Prover" book☆23Updated 8 years ago
- Asynchronous event loop for chez scheme with await semantics☆38Updated 2 years ago
- Scheme's commonly used small functions☆26Updated 5 years ago
- ☆40Updated 3 years ago
- Student-facing code from the book *Programming Languages: Build, Prove, and Compare* by Norman Ramsey☆24Updated last year
- An idris backend compiling to chez scheme☆47Updated 7 years ago
- Oleg Kiselyov's minimal implementation of logic programming☆24Updated 11 years ago
- IA32 assembler in PLT Scheme☆31Updated 14 years ago
- ☆44Updated 7 years ago
- Racket port of the nanopass-framework☆34Updated 3 years ago
- ☆51Updated last year
- The PGG Partial Evaluation System for Scheme 48☆17Updated 11 years ago
- Compile-time metaprogramming for OCaml☆71Updated 3 months ago
- Demonstration of implementing a language in Racket☆58Updated 10 years ago
- Standard ML compiler based on typed intermediate languages.☆46Updated 10 years ago
- A simple compiler from the lambda calculus to MIPS assembly☆19Updated 7 years ago