1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00
guile/module
Andy Wingo 5d6fb8bbeb allow specification of languages by name; add decompilers to languages
* module/system/base/language.scm (lookup-decompilation-order): New
  function, like its compiling cousin, but backwards.
  (compute-translation-order): Rework so that languages can be specified
  either by name or by identity. Return a list of language - procedure
  pairs, without the "to" language in the list, instead of a list of
  languages.
  (invalidate-compilation-cache!): Invalidate the decompilation cache
  too.
  (<language>): Add a decompiler field.

* module/system/base/compile.scm (compile-passes): Much simpler now that
  lookup-compilation-order gives us the procedures directly.

* module/language/*/spec.scm: Specify compilers by name, so that we can
  avoid unnecessary module loads, and so that when we specify
  decompilers, we can avoid cycles.
2009-01-30 11:41:02 +01:00
..
ice-9 Merge commit 'origin/master' into vm 2009-01-12 21:36:39 +01:00
language allow specification of languages by name; add decompilers to languages 2009-01-30 11:41:02 +01:00
oop rename translate.scm to compile-ghil.scm, and more work on compiler.texi 2009-01-09 17:49:09 +01:00
srfi fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
system allow specification of languages by name; add decompilers to languages 2009-01-30 11:41:02 +01:00
Makefile.am move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00