Skip to content
/ eocex Public

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

Notifications You must be signed in to change notification settings

fare/eocex

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages