1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 05:20:30 +02:00
guile/module/language/assembly
Andy Wingo 9b7ca73cfe GLIL and assembly support for prompt compilation
* module/language/glil/compile-assembly.scm (glil->assembly): Compile
  <glil-prompt> appropriately.

* module/language/assembly/disassemble.scm (code-annotation):
* module/language/assembly/decompile-bytecode.scm (decode-load-program):
* module/language/assembly/compile-bytecode.scm (write-bytecode):
  Assemble and disassemble `prompt' appropriately.
2010-01-31 20:40:24 +01:00
..
compile-bytecode.scm GLIL and assembly support for prompt compilation 2010-01-31 20:40:24 +01:00
decompile-bytecode.scm GLIL and assembly support for prompt compilation 2010-01-31 20:40:24 +01:00
disassemble.scm GLIL and assembly support for prompt compilation 2010-01-31 20:40:24 +01:00
spec.scm language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00