Substantially modified the way Parenscript compilation and
[clinton/parenscript.git] / src / compiler.lisp
2009-05-09 Vladimir SedachSubstantially modified the way Parenscript compilation and
2009-05-03 Vladimir SedachImplemented LET and LET* by variable renaming, which...
2009-04-29 Vladimir SedachAdded file compilation and eval-when facilities (patch...
2009-04-13 Vladimir SedachGot rid of 'ensure-ps-symbol' internal function (at...
2009-04-13 Vladimir SedachRemoved some unnecessary code that ignored an anaphor...
2009-04-10 Vladimir SedachModified the PS compiler to produce an intermediate...
2009-04-06 Daniel GackleInitialize keyword arguments from js ARGUMENTS, allowin...
2009-04-05 Vladimir SedachMade the ignore declaration in define-ps-special-form...
2009-03-31 Vladimir SedachChanged the definition of define-ps-special-form to...
2009-03-31 Vladimir SedachChanged the implementation of quote from being special...
2009-02-02 Vladimir SedachGot rid of the "(.method-name object args)" method...
2009-02-01 Vladimir SedachModified the Parenscript macro facilities so that defps...
2008-12-06 Vladimir SedachFixed compilation of caller argument lists. Changed...
2008-12-05 Vladimir SedachGot rid of parenscript-symbol object; special forms...
2008-12-04 Vladimir SedachRenamed symbol-to-js to symbol-to-js-string and exporte...
2008-04-05 Travis CrossUpdated so as to ps-intern fewer extraneous symbols.
2008-04-05 Travis CrossMoved the definition of ps-convert-op-name since we...
2008-04-05 Travis CrossIntroduced ps-symbols and removed use of :parenscript...
2008-04-05 Travis CrossWhitespace fix.
2008-04-05 Travis CrossChanged script-* to ps-* across the board for consistency.
2008-04-05 Travis CrossQuoted parens in a docstring to make Emacs happy.
2008-04-01 Travis CrossIntern all special form symbols in the :parenscript...
2008-04-01 Travis CrossAdded PS-ONCE-ONLY macro building helper.
2008-03-31 Travis CrossUpdated ps-literal-p to correctly identify literal...
2008-03-31 Travis CrossUpdated ps-special-form-p to correctly identify a speci...
2008-03-30 Travis CrossSome minor comment and whitespace cleanup.
2008-03-30 Travis CrossWhitespaceification: removed indentation tabs throughou...
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 SedachMade with-ps-gensyms prefix the given gensym with the...
2007-11-15 Vladimir SedachMoved code from js/ps-macrology.lisp to special-forms...
2007-11-11 Vladimir SedachFixed problems with expressions being compiled to state...
2007-11-01 Vladimir SedachFixed define-symbol-macro.
2007-10-11 Vladimir SedachFixed a bug in how symbol-macros were defined, expanded...
2007-10-10 Vladimir SedachMade the handling of keyword symbols across Parenscript...
2007-09-23 Vladimir SedachAdded support for &whole arguments in ps macro lambda...