Lambda expressions in elisp, but not yet function calls.
[bpt/guile.git] / module / language / elisp / compile-tree-il.scm
2009-07-13 Daniel KraftLambda expressions in elisp, but not yet function calls.
2009-07-07 Daniel KraftImplemented let and let* in elisp.
2009-07-07 Daniel KraftImplemented while construct in elisp.
2009-07-04 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-07-03 Daniel KraftImplemented fluid-based variable references and setting...
2009-07-02 Daniel KraftImplemented elisp's or form.
2009-07-02 Daniel KraftFor elisp's (cond ...) and (condition) forms without...
2009-06-29 Daniel KraftAdded make-nil instruction to VM and use it for Emacs...
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-09 Daniel KraftFirst code for elisp compilation, handling a very limit...