Implemented the flet and flet* extensions.
authorDaniel Kraft <d@domob.eu>
Fri, 24 Jul 2009 07:56:13 +0000 (09:56 +0200)
committerDaniel Kraft <d@domob.eu>
Fri, 24 Jul 2009 07:56:13 +0000 (09:56 +0200)
commite8f18b3f634ce49f3b05e30789ce9d3c668aa571
tree9c81d427f81e678f851f13f22ad3ae05e5ce79f0
parent3709984696eaba6698318312ceaf9997f3b1c4fd
Implemented the flet and flet* extensions.

* module/language/elisp/README: Document it.
* module/language/elisp/compile-tree-il.scm: Implement flet and flet*.
* test-suite/tests/elisp-compiler.test: Test flet and flet*.
module/language/elisp/README
module/language/elisp/compile-tree-il.scm
test-suite/tests/elisp-compiler.test