1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00
guile/module/language/elisp/runtime
Daniel Kraft 33da12eeff Added guile-ref extension construct, change throw implementation to easier one using a built-in function and implement unwind-protect.
* module/language/elisp/README: Document the changes.
* module/language/elisp/compile-tree-il.scm: Implement unwind-protect.
* module/language/elisp/runtime/function-slot.scm: throw as built-in.
* test-suite/tests/elisp-compiler.test: Test unwind-protect.
2009-07-22 12:50:56 +02:00
..
function-slot.scm Added guile-ref extension construct, change throw implementation to easier one using a built-in function and implement unwind-protect. 2009-07-22 12:50:56 +02:00
macro-slot.scm Implemented prog1, prog2, dotimes, dolist control structures. 2009-07-20 20:52:00 +02:00
value-slot.scm Implemented fluid-based variable references and setting using setq. 2009-07-03 23:00:12 +02:00