1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/system/base
Andy Wingo d7236899f5 add disassembler that fits in with old compiler tower
* module/language/assembly/Makefile.am:
* module/language/assembly/disassemble.scm: Add a disassembler, based on
  the old one but fitting in with the decompiler tower.

* module/language/objcode/spec.scm (decompile-value): When decompiling
  programs, shove all the metadata that we know about into the "env".

* module/system/base/compile.scm (decompile-fold, decompile): Return the
  env from `decompile' as a second value. Not sure if `compile' should do
  this too.
2009-01-30 14:12:57 +01:00
..
compile.scm add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
language.scm add decompilers that can take us back to assembly 2009-01-30 12:59:29 +01:00
Makefile.am move guilec.mk to am/guilec 2008-11-01 13:05:10 +01:00
pmatch.scm compile all of base/; some arbitrary changes; more "fixes" to `link' 2008-05-19 12:57:48 +02:00
syntax.scm nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00