[Bese-devel] New patches to parenscript: 27-Apr-2007
Marco Baringer
mbaringer at common-lisp.net
Sat Apr 28 04:20:10 UTC 2007
Fri Apr 27 03:39:17 EDT 2007 attila.lendvai at gmail.com
* Fix (- 1) and (incf/decf x 5), patch by Ray Myers
I have a minor patch that fixes the following incorrect (or at least
unexpected) behavior in ParenScript.
(js (- 1)) => "1;"
(js (incf x 5)) => an error
(js (decf x 5)) => an error
M ./src/js.lisp -6 +29
An updated tarball of parenscript's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/parenscript-20070427.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=parenscript;a=summary
More information about the bese-devel
mailing list