Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 401 Bytes

Implementations of Kent Dybvig's works.

ddcg

An implementation of Destination-Driven Code Generation (slightly retargeted to 'pseudo'-x86)

sais

An implementation of Syntactic Abstractions in Scheme (using Rust, lacking a Syntax Case form or proper "syntax" identifier; just the base expansion algorithm).

fepi

An implementation (or two) of Fast and Effective Procedure Inlining (TBD)