2008-12-07 |
Vladimir Sedach | Made operator precedence handling not throw away symbol...
|
commit | commitdiff | tree |
2008-12-06 |
Vladimir Sedach | Added a few more unit tests related to fixes in previous...
|
commit | commitdiff | tree |
2008-12-06 |
Vladimir Sedach | Fixed compilation of caller argument lists. Changed...
|
commit | commitdiff | tree |
2008-12-05 |
Vladimir Sedach | Got rid of parenscript-symbol object; special forms...
|
commit | commitdiff | tree |
2008-12-04 |
Vladimir Sedach | Exported concat-string CL/PS utility function/macro.
|
commit | commitdiff | tree |
2008-12-04 |
Vladimir Sedach | Fixed unterminating recursion in who-ps-html when element...
|
commit | commitdiff | tree |
2008-12-04 |
Vladimir Sedach | Renamed symbol-to-js to symbol-to-js-string and exported it.
|
commit | commitdiff | tree |
2008-12-04 |
Vladimir Sedach | Corrected reference doc to explain 'var' special form...
|
commit | commitdiff | tree |
2008-11-26 |
Vladimir Sedach | Implemented who-ps-html, which is like the ps-html...
|
commit | commitdiff | tree |
2008-11-17 |
Vladimir Sedach | Added a bunch of unit tests from recent bug reports.
|
commit | commitdiff | tree |
2008-02-01 |
Vladimir Sedach | Added #\= to *special-chars*.
|
commit | commitdiff | tree |
2008-02-01 |
Vladimir Sedach | Fixed bug where (setf x (- x 1 2)) yielded x -= 1 - 2.
|
commit | commitdiff | tree |
2007-12-26 |
Vladimir Sedach | Made the ps-html facility work both in Parenscript...
|
commit | commitdiff | tree |
2007-12-26 |
Vladimir Sedach | Added 'concatenate' to Parenscript macro utilities.
|
commit | commitdiff | tree |
2007-12-26 |
Vladimir Sedach | Renamed src/lib Parenscript library files, got rid...
|
commit | commitdiff | tree |
2007-12-26 |
Vladimir Sedach | Moved functional runtime PS utilities from src/libs...
|
commit | commitdiff | tree |
2007-12-25 |
Vladimir Sedach | Fixed literals error. ... Mon Dec 24 17:02:17 MST 2007 Vladimir Sedach <vsedach@gmail.com>
|
commit | commitdiff | tree |
2007-12-25 |
Vladimir Sedach | Introduced special global variables to Parenscript...
|
commit | commitdiff | tree |
2007-12-25 |
Vladimir Sedach | Made special forms be compiled into named functions...
|
commit | commitdiff | tree |
2007-12-24 |
Vladimir Sedach | Made with-ps-gensyms prefix the given gensym with the...
|
commit | commitdiff | tree |
2007-12-24 |
Vladimir Sedach | Got rid of js-keyword form.
|
commit | commitdiff | tree |
2007-11-15 |
Vladimir Sedach | Moved code from js/ps-macrology.lisp to special-forms...
|
commit | commitdiff | tree |
2007-11-11 |
Vladimir Sedach | Fixed problems with expressions being compiled to statements...
|
commit | commitdiff | tree |
2007-11-04 |
Vladimir Sedach | Removed outdated internal documentation.
|
commit | commitdiff | tree |
2007-11-04 |
Vladimir Sedach | Fixed definition of *ps-lisp-library*.
|
commit | commitdiff | tree |
2007-11-04 |
Vladimir Sedach | Added length, @, mapcar utility functions, exported...
|
commit | commitdiff | tree |
2007-11-01 |
Vladimir Sedach | Added define-symbol-macro unit test.
|
commit | commitdiff | tree |
2007-11-01 |
Vladimir Sedach | Fixed define-symbol-macro.
|
commit | commitdiff | tree |
2007-10-31 |
Vladimir Sedach | Prettied up whitespace and comments in parse-lambda...
|
commit | commitdiff | tree |
2007-10-31 |
Vladimir Sedach | Got rid of unused functions in util.lisp, slight refactoring.
|
commit | commitdiff | tree |
2007-10-29 |
Vladimir Sedach | More refactorings to the printer, exported symbols...
|
commit | commitdiff | tree |
2007-10-26 |
Vladimir Sedach | Refactored Parenscript printer code.
|
commit | commitdiff | tree |
2007-10-16 |
Vladimir Sedach | Changed ps-inline to take a form instead of an implicit...
|
commit | commitdiff | tree |
2007-10-16 |
Vladimir Sedach | Further ignore declarations for unused variables.
|
commit | commitdiff | tree |
2007-10-14 |
Vladimir Sedach | In parse-lambda-list, made the need-symbol function...
|
commit | commitdiff | tree |
2007-10-14 |
Vladimir Sedach | In package definition, instead of exporting "NIL",...
|
commit | commitdiff | tree |
2007-10-14 |
Vladimir Sedach | Declared unused "expecting" variables in ps-special...
|
commit | commitdiff | tree |
2007-10-14 |
Vladimir Sedach | Made ps-macrology depend on utils in parenscript asdf...
|
commit | commitdiff | tree |
2007-10-11 |
Vladimir Sedach | Fixed a bug in how symbol-macros were defined, expanded...
|
commit | commitdiff | tree |
2007-10-10 |
Vladimir Sedach | Made defun, defvar and doeach expect a symbol as the...
|
commit | commitdiff | tree |
2007-10-10 |
Vladimir Sedach | Made the handling of keyword symbols across Parenscript...
|
commit | commitdiff | tree |
2007-09-23 |
Vladimir Sedach | Added support for &whole arguments in ps macro lambda...
|
commit | commitdiff | tree |
2007-09-20 |
Vladimir Sedach | Added macro environment unit test that tests for bug...
|
commit | commitdiff | tree |
2007-09-20 |
Vladimir Sedach | Eliminated unwinding of macro environment for macro...
|
commit | commitdiff | tree |
2007-08-28 |
Vladimir Sedach | Updated description of PS-HTML in the tutorial.
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Revised obfuscation facility, added its description...
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Added description of namespace system to the reference.
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Fixed problem with (- 1). Unary operator "-" didn't...
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Added defsetf and (defun (setf examples to the reference.
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Added ps-print method specialized on null to ignore...
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Added code to remove unreachable constant forms from...
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Updated the introduction doc.
|
commit | commitdiff | tree |
2007-08-24 |
Vladimir Sedach | Updated the ParenScript reference.
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Updated the ParenScript tutorial.
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Removed js-file and js-script from deprecated interface.
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Fixed error where function call arguments weren't getting...
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Added the ability to compile cond to expressions.
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Made progn expressions with a single statement print...
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Made if-expressions return null instead of undefined...
|
commit | commitdiff | tree |
2007-08-23 |
Vladimir Sedach | Fixed cond.
|
commit | commitdiff | tree |
2007-08-22 |
Vladimir Sedach | Fixed the problem with compile-parenscript-form not...
|
commit | commitdiff | tree |
2007-08-20 |
Vladimir Sedach | Updated and fixed the deprecated interface.
|
commit | commitdiff | tree |
2007-08-20 |
Vladimir Sedach | Updated the documentation and test suite to reflect...
|
commit | commitdiff | tree |
2007-08-20 |
Vladimir Sedach | Removed mention of old package system from tutorial...
|
commit | commitdiff | tree |
2007-08-20 |
Vladimir Sedach | Removed js and ps-inline as special forms; added ps...
|
commit | commitdiff | tree |
2007-08-20 |
Vladimir Sedach | Changed html -> ps-html; reorganized packages.lisp...
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Replaced optional-args as the keyword-object-handling...
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Added in-line code to support &rest arguments.
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Added correct indentation to the printer.
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Removed js-ugly-translation.
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Updated the reference and tests to reflect some small...
|
commit | commitdiff | tree |
2007-08-15 |
Vladimir Sedach | Reworked printing implementation to get rid of dwim...
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Fixed type bug with printing slot-value with obj/slot...
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Redid package system unit tests.
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Exported the new naming and namespace interface functions...
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Modified ParenScript tests to reflect the big compiler...
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Updated reference.lisp to reflect recent changes.
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Big refactoring of the ParenScript compiler.
|
commit | commitdiff | tree |
2007-08-12 |
Vladimir Sedach | Updated js-expander to use ps:ps instead of js:js.
|
commit | commitdiff | tree |
2007-08-04 |
Vladimir Sedach | Removed parenscript.asdf
|
commit | commitdiff | tree |
2007-08-04 |
Vladimir Sedach | Removed parenscript.reader
|
commit | commitdiff | tree |
2007-08-04 |
Vladimir Sedach | Moved package-related code to namespace.lisp, added...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Added (defun (setf...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Stopped abuse of set-difference implementation-dependent...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Fixed order of evaluation in defsetf long form.
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Added short-form defsetf.
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Fixed (return).
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Renamed options to optional-args, added unit test for...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Restored special-form getting and setting by symbol-na.
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Added a more meaningful error message to compile-to...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Cleaned up macro-defining code, fixed handling of special...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Removed reference to without-packages in deprecated...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Added a more informative print-object method for script...
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Fixed handling of uninterned symbols.
|
commit | commitdiff | tree |
2007-08-03 |
Vladimir Sedach | Changed package system so that symbols in parenscript...
|
commit | commitdiff | tree |
2007-08-02 |
Vladimir Sedach | Added defsetf long-form.
|
commit | commitdiff | tree |
2007-08-02 |
Vladimir Sedach | Disabled Boyer-Moore matching for cl-ppcre in js normalizati...
|
commit | commitdiff | tree |
2007-08-01 |
Vladimir Sedach | Slightly more informative error messages for symbol...
|
commit | commitdiff | tree |
2007-08-01 |
Vladimir Sedach | Removed manual.pdf from source control.
|
commit | commitdiff | tree |
2007-08-01 |
Vladimir Sedach | Fixed ps* not being found when special-form-symbol...
|
commit | commitdiff | tree |