/eocex

Exercises based on Siek's Essentials of Compilation, in Gerbil Scheme

Primary LanguageScheme

Essentials of Compilation Exercises

My attempt at learning-by-doing with Jeremy Siek’s Essentials of Compilation as the textbook, but using Gerbil Scheme as the host language.

Installing dependencies

gxpkg deps

Building and testing

./build.ss && gxtest ./...

Hacking

gxi -:te
(import :eocex/ch02)
... hack a lot...
(exit) ;; or Ctrl-D at a new line