1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-18 18:40:22 +02:00
guile/module/language/glil
Daniel Kraft 4530432e01 Added make-nil instruction to VM and use it for Emacs' nil in the compiler.
* doc/ref/vm.texi: Document new instruction.
* libguile/vm-i-system.c: Add it to the VM.
* module/language/assembly.scm: Compile (const %nil) to (make-nil) assembly.
* module/language/glil/decompile-assembly.scm: Handle (make-nil)
* module/language/elisp/compile-tree-il.scm: Use (const %nil) for nil.
2009-06-29 13:16:27 +02:00
..
compile-assembly.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
decompile-assembly.scm Added make-nil instruction to VM and use it for Emacs' nil in the compiler. 2009-06-29 13:16:27 +02:00
spec.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00