Implemented catch and throw in elisp.
authorDaniel Kraft <d@domob.eu>
Wed, 22 Jul 2009 10:23:03 +0000 (12:23 +0200)
committerDaniel Kraft <d@domob.eu>
Wed, 22 Jul 2009 10:23:03 +0000 (12:23 +0200)
commit35b2e41d6d8040251a5775fc33d7158b9598ea1c
tree5d55ca29aade1dc33e90534a06e9d534a4d278af
parent5d221ca375e5bd762b0b8fb16b22118d2a077de9
Implemented catch and throw in elisp.

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