1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00
guile/module/language/elisp/runtime
Daniel Kraft 3709984696 Implemented dynamic symbol access built-ins (set, fset, symbol-value, makunbound...)
* module/language/elisp/README: Document it.
* module/language/elisp/compile-tree-il.scm: Moved ensure-fluid! to runtime function.
* module/language/elisp/runtime.scm: Runtime functions to support dynamic value access.
* module/language/elisp/runtime/function-slot.scm: Defined the built-ins.
* test-suite/tests/elisp-compiler.test: Test them.
2009-07-23 14:09:55 +02:00
..
function-slot.scm Implemented dynamic symbol access built-ins (set, fset, symbol-value, makunbound...) 2009-07-23 14:09:55 +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