Added William Halliburton <whalliburton@gmail.com>'s tracing macro to extras folder.
[clinton/parenscript.git] / src / special-forms.lisp
2008-12-06 Vladimir SedachFixed compilation of caller argument lists. Changed...
2008-11-16 Travis CrossOverhauled operator precedence handling.
2008-11-15 Travis CrossCorrected the defaultf psmacro for cases where the...
2008-08-22 Travis CrossCompile anything that follows a unary JS operator as...
2008-08-22 Travis CrossImproved handling of quoted symbols in CASE.
2008-04-05 Travis CrossAdded some symbol mangling fixes.
2008-04-05 Travis CrossChanged script-* to ps-* across the board for consistency.
2008-04-01 Travis CrossIntern all special form symbols in the :parenscript...
2008-04-01 Travis CrossRelocated the definitions for the 1+ and 1- psmacros...
2008-03-31 Travis CrossAdded {} to *ps-literals*.
2008-03-30 Travis CrossSome minor comment and whitespace cleanup.
2008-03-30 Travis CrossWhitespaceification: removed indentation tabs throughou...
2008-03-30 Travis CrossImproved, extended, and refactored iteration special...
2008-03-30 Travis CrossUpdated let1-dynamic to clean up its temporary stack...
2008-03-30 Travis CrossAdded setq and psetq.
2008-03-30 Travis CrossAdded psetf.
2008-03-30 Travis CrossAliased let to simple-let.
2008-03-30 Travis CrossAdded simple-let, which does parallel binding without...
2008-03-30 Travis CrossAdded simple-let* and aliased let* to it.
2008-03-30 Travis CrossAdded lexical-let.
2008-03-30 Travis CrossGreatly simplified implementation of lexical-let*.
2008-03-30 Travis CrossAdded support for breaking and continuing to arbitrary...
2008-02-01 Vladimir SedachFixed bug where (setf x (- x 1 2)) yielded x -= 1 - 2.
2007-12-25 Vladimir SedachFixed literals error.
2007-12-25 Vladimir SedachIntroduced special global variables to Parenscript...
2007-12-25 Vladimir SedachMade special forms be compiled into named functions...
2007-12-24 Vladimir SedachGot rid of js-keyword form.
2007-11-15 Vladimir SedachMoved code from js/ps-macrology.lisp to special-forms...