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 7d1a978289 Implemented unless, when and dotimes using built-in macros.
* module/language/elisp/README: Document that.
* module/language/elisp/runtime.scm: Defined built-in-macro macro.
* module/language/elisp/runtime/macro-slot.scm: Implement unless, when, dotimes.
* test-suite/tests/elisp-compiler.test: Test for those constructs.
2009-07-18 18:38:42 +02:00
..
function-slot.scm Implemented eq and equal built-in predicates. 2009-07-18 17:21:55 +02:00
macro-slot.scm Implemented unless, when and dotimes using built-in macros. 2009-07-18 18:38:42 +02:00
value-slot.scm Implemented fluid-based variable references and setting using setq. 2009-07-03 23:00:12 +02:00