add assembly->glil decompiler
authorAndy Wingo <wingo@pobox.com>
Sat, 14 Mar 2009 12:59:57 +0000 (13:59 +0100)
committerAndy Wingo <wingo@oblong.net>
Tue, 17 Mar 2009 15:47:24 +0000 (16:47 +0100)
commit860f569a6a059988cddc01b00c6fa0ed6d24cdd3
treee9d7f48757f150cdcb014d6b50a9194e1d1ef394
parenta3f0ff0faf0f1a849efc49b1a77cea620208c041
add assembly->glil decompiler

* module/language/glil/decompile-assembly.scm: A first pass at an
  assembly->glil decompiler. Works for a small subset of programs.

* module/Makefile.am (GLIL_LANG_SOURCES):
* module/language/glil/spec.scm (glil): Add the decompiler.
module/Makefile.am
module/language/glil/decompile-assembly.scm [new file with mode: 0644]
module/language/glil/spec.scm