Expand compound symbol (warning: very lightly tested)
[clinton/parenscript.git] / src / compiler.lisp
2009-10-06 Clinton EbadiExpand compound symbol (warning: very lightly tested)
2009-10-06 Clinton EbadiInitial compund symbol (foo.bar syntax) splitting function
2009-10-06 Clinton EbadiMerge branch 'master' into symbol-syntax
2009-09-18 Clinton EbadiReimplement (.method object . args) syntax
2009-09-17 Vladimir SedachFixed symbol macro bug (thanks to Daniel Gackle for...
2009-09-13 Vladimir SedachChanged op-precedence back to a memoized table (perform...
2009-09-13 Vladimir SedachAdded symbolp check before the use of lookup-macro...
2009-09-11 Vladimir SedachRefactored compile-parenscript-form code.
2009-09-11 Vladimir SedachRefactored ps-compiler method name for symbols.
2009-08-12 Vladimir SedachFixed a bug where 'create' was special-casing keywords in
2009-08-07 Vladimir SedachMerge branch 'master' of ssh://vsedach@common-lisp...
2009-08-07 Vladimir SedachFixed nary comparison operators (ex: (< 1 2 3) should...
2009-07-27 Red DalyFixed eval-when special form and added tests to prevent...
2009-07-25 Vladimir SedachChanged 'create' and 'slot-value' to treat reserved...
2009-07-25 Vladimir SedachRevised PS literal mechanism to use 'symbol-name-to...
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...