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/elisp/runtime
Daniel Kraft 1e018f6c67 Some bug fixes on the way and mainly implemented some built-ins (arithmetic).
* module/language/elisp/README: Document changes.
* module/language/elisp/compile-tree-il.scm: Bug fixes to fluid-creation.
* module/language/elisp/runtime.scm: Some helping definitions for built-ins.
* module/language/elisp/runtime/function-slot.scm: Defined artihmetic built-ins.
2009-07-13 18:35:57 +02:00
..
function-slot.scm Some bug fixes on the way and mainly implemented some built-ins (arithmetic). 2009-07-13 18:35:57 +02:00
value-slot.scm Implemented fluid-based variable references and setting using setq. 2009-07-03 23:00:12 +02:00