Added support for &whole arguments in ps macro lambda lists; renamed parser.lisp...
[clinton/parenscript.git] / src / js-macrology.lisp
2007-08-24 Vladimir SedachAdded code to remove unreachable constant forms from...
2007-08-23 Vladimir SedachAdded the ability to compile cond to expressions.
2007-08-23 Vladimir SedachMade progn expressions with a single statement print...
2007-08-23 Vladimir SedachMade if-expressions return null instead of undefined...
2007-08-20 Vladimir SedachRemoved js and ps-inline as special forms; added ps...
2007-08-15 Vladimir SedachReworked printing implementation to get rid of dwim...
2007-08-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-03 Vladimir SedachFixed (return).
2007-08-03 Red Dalykeyword/optional fixes, slot-value accepts many slot...
2007-08-03 Vladimir SedachChanged package system so that symbols in parenscript...
2007-08-02 Vladimir SedachAdded defsetf long-form.
2007-08-01 Red Dalyfixed minor issues with advanced lambda lists, addition...
2007-07-31 Vladimir SedachChanged slot-value so that (slot-value foo nil) is...
2007-07-26 Vladimir SedachCleaned up deprecated interface, added Lisp/ParenScript...
2007-07-26 Vladimir SedachRemoved redundant math library functions.
2007-07-25 Red Dalyusable package system
2007-07-24 Red Dalybulk of package system, reader, and other refactoring