Fixed problem with (- 1). Unary operator "-" didn't like number constants.
authorVladimir Sedach <vsedach@gmail.com>
Fri, 24 Aug 2007 20:16:51 +0000 (20:16 +0000)
committerVladimir Sedach <vsedach@gmail.com>
Fri, 24 Aug 2007 20:16:51 +0000 (20:16 +0000)
commit49c50da4df7956d8d4e5285ddf987ab0eeebb774
tree23ca5a35b6671510700dcb1e74084f620f63bbd7
parenta2a9eab0efd5f48a2063e1acc2f1e6a3b8ba16fa
Fixed problem with (- 1). Unary operator "-" didn't like number constants.
docs/reference.lisp
src/js-translation.lisp
t/ps-tests.lisp