zellio / incrementumLinks
Incremental implementation of a scheme compiler
☆29Updated 12 years ago
Alternatives and similar repositories for incrementum
Users that are interested in incrementum are comparing it to the libraries listed below
Sorting:
- The compiler for subset of scheme developed as part of P523☆30Updated 8 years ago
- A Scheme to x86-64 compiler in Scheme☆81Updated 10 years ago
- ☆65Updated 9 years ago
- ☆39Updated 3 months ago
- Writing a Scheme to x86 compiler by following Abdulaziz Ghuloum's "An Incremental Approach to Compiler Construction"☆74Updated 5 years ago
- A compiler to compile a simple subset of scheme to LLVM 10☆108Updated 4 years ago
- ☆87Updated 4 years ago
- Public helper code for p423/p523 students (Racket)☆168Updated 2 weeks ago
- Web page for IU Compiler Course for Fall 2020☆132Updated 4 years ago
- Nanopass scheme compiler in scheme for x86☆68Updated 8 years ago
- Pattern-Matching written by Dan Friedman, Erik Hilsdale and Kent Dybvig☆30Updated 6 years ago
- The new nanopass framework; an embedded DSL for writing compilers in Scheme☆323Updated 4 years ago
- Code from 'The Reasoned Schemer' (MIT Press, 2005) by Daniel P. Friedman, William E. Byrd and Oleg Kiselyov.☆127Updated 12 years ago
- Genius programmer should write his own lisp!☆57Updated last week
- Go! Lisp in OCaml☆75Updated 13 years ago
- stex: stex to latex and latex to html converters and associated tools☆92Updated last year
- A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)☆364Updated 4 years ago
- nanopass compiler framework for Racket☆194Updated last year
- ☆51Updated 2 years ago
- A Go implementation of the Shen programming language☆59Updated last week
- An abstract machine for analyzing Racket bytecode.☆29Updated 4 years ago
- A native compiler for Scheme compliant with R6RS