first stabs as s-expression-driven transformation of GHIL
authorAndy Wingo <wingo@pobox.com>
Fri, 27 Feb 2009 11:36:58 +0000 (12:36 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 27 Feb 2009 11:36:58 +0000 (12:36 +0100)
commitb106a3eddc25c0bc1ef340be39a46c55962029a2
tree9ea4e04747309eb3a61cb16238fa74a7e917e24b
parent246be37e487ec39bd945bbfdef410a5251f71adc
first stabs as s-expression-driven transformation of GHIL

* module/language/ghil/compile-glil.scm (optimize*): Rewritten optimizer
  -- not yet in use, but it's closer to the code that I'd like to write.

* module/system/base/syntax.scm (transform-record): New crazy macro,
  makes GHIL a little less painful to work with.
module/language/ghil/compile-glil.scm
module/system/base/syntax.scm