Introduced the *js-target-version* special variable, which is designed
authorVladimir Sedach <vsedach@gmail.com>
Mon, 13 Apr 2009 21:31:07 +0000 (15:31 -0600)
committerVladimir Sedach <vsedach@gmail.com>
Mon, 13 Apr 2009 21:31:07 +0000 (15:31 -0600)
commit4525e3cd399d31c86b12d62281f7502310944644
tree7fce76fe19a87054db932cb67e5c52c5f9b9a880
parentb39a6394ce82020e88d34cf72d64ff257b9917b4
Introduced the *js-target-version* special variable, which is designed
to control which version of JavaScript Parenscript is emitting code
for. This can be used to emit shorter code for certain constructs
(this patch uses this facility to generate shorter keyword-handling
code for JS version 1.6 and later).
parenscript.asd
src/compilation-interface.lisp
src/package.lisp
src/special-forms.lisp
t/ps-tests.lisp
t/test.lisp