This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SICL, bricks for implementors of Common Lisp systems. ".
The branch, master has been updated via 84221863a57dedfddd2aacac6c5327d16a284f4d (commit) via 0c5ff8ced5431cba970da33affb444e682b82cf5 (commit) via 6291e9bb23f054fd4a861c68480aed0f94d69eb2 (commit) via 1e23605df6c5d8e4110c93546bb6edd458ebcf2f (commit) from e6681853257e719d8a0ce13a2dfedbf889d0f393 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 84221863a57dedfddd2aacac6c5327d16a284f4d Author: Robert Strandh <strandh@Sicl.(none)> Date: Fri Aug 20 08:59:56 2010 +0200
Added method for converting eval-when to comvert-special.
commit 0c5ff8ced5431cba970da33affb444e682b82cf5 Author: Robert Strandh <strandh@Sicl.(none)> Date: Fri Aug 20 08:48:59 2010 +0200
Added methods for converting tagbody and go to convert-special.
commit 6291e9bb23f054fd4a861c68480aed0f94d69eb2 Author: Robert Strandh <strandh@Sicl.(none)> Date: Fri Aug 20 08:24:48 2010 +0200
Added methods for converting catch and throw to convert-special.
commit 1e23605df6c5d8e4110c93546bb6edd458ebcf2f Author: Robert Strandh <strandh@Sicl.(none)> Date: Fri Aug 20 08:03:24 2010 +0200
Moved the code around a bit so that specific ast definitions are close to the methods that deal with them.
Factored out code for checking the syntax of bindings, so that it can be reused in let* as well as in let.
Added methods for converting block and return-from to convert-special.
-----------------------------------------------------------------------
Summary of changes: Code/Compiler/phase1.lisp | 351 ++++++++++++++++++++++++++++++++++++--------- 1 files changed, 284 insertions(+), 67 deletions(-)
hooks/post-receive