1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/language
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
..
assembly add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
bytecode add decompilers that can take us back to assembly 2009-01-30 12:59:29 +01:00
elisp remove .cvsignore files 2008-11-10 12:17:18 +01:00
ghil allow specification of languages by name; add decompilers to languages 2009-01-30 11:41:02 +01:00
glil allow specification of languages by name; add decompilers to languages 2009-01-30 11:41:02 +01:00
objcode add disassembler that fits in with old compiler tower 2009-01-30 14:12:57 +01:00
r5rs remove GPKG.def files 2009-01-29 21:12:00 +01:00
scheme allow specification of languages by name; add decompilers to languages 2009-01-30 11:41:02 +01:00
value nifty generic compiler infrastructure -- no more hardcoded passes 2008-11-14 22:42:31 +01:00
assembly.scm remove glil->objcode path in favor of passing through assembly; refactorings. 2009-01-30 11:02:01 +01:00
ghil.scm remove useless <glil-vars> helper type, serialize GHIL more strictly 2009-01-11 12:09:19 +01:00
glil.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00
Makefile.am add new language between assembly and objcode: bytecode 2009-01-30 10:20:08 +01:00
objcode.scm static opcodes; refactor program/objcode division; use new assembly pipeline 2009-01-29 21:12:00 +01:00