1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 23:50:47 +02:00
guile/module/system/base
Andy Wingo b106a3eddc 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.
2009-02-27 12:36:58 +01:00
..
compile.scm use umask when making permissions on .go files 2009-02-24 23:02:33 +01:00
language.scm no keyword arguments in GHIL / GLIL, just optional args -- faster compiles 2009-02-13 00:01:47 +01:00
pmatch.scm match bare literals with eq? in pmatch, not equal? 2009-02-10 13:18:36 +01:00
syntax.scm first stabs as s-expression-driven transformation of GHIL 2009-02-27 12:36:58 +01:00