Implemented real quotation (added support for backquotation).
authorDaniel Kraft <d@domob.eu>
Sat, 18 Jul 2009 15:32:59 +0000 (17:32 +0200)
committerDaniel Kraft <d@domob.eu>
Sat, 18 Jul 2009 15:32:59 +0000 (17:32 +0200)
commit9b5ff6a6e1da0d2c20b44aa12c92a68a414e8f70
tree8b0693a8c28e6122bc607f659e9bd4bfaa78fd4d
parente905e490fae68bd87ec66b35235b02c61cdace40
Implemented real quotation (added support for backquotation).

* module/language/elisp/README: Document that.
* module/language/elisp/compile-tree-il.scm: Implement backquote.
* test-suite/tests/elisp-compiler.test: Test quotation and backquotes.
module/language/elisp/README
module/language/elisp/compile-tree-il.scm
test-suite/tests/elisp-compiler.test