- 30 Jun, 2018 2 commits
-
-
Vladimir Sedach authored
Move *ps-gensym-counter* to stop compile warning
-
Vladimir Sedach authored
-
- 08 Jun, 2018 1 commit
-
-
Warren Wilkinson authored
-
- 29 Mar, 2018 1 commit
-
-
Vladimir Sedach authored
-
- 28 Mar, 2018 4 commits
-
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
Vladimir Sedach authored
-
- 04 Feb, 2018 1 commit
-
-
Vladimir Sedach authored
Improve loop
-
- 31 Jan, 2018 3 commits
-
-
Neil Lindquist authored
-
Neil Lindquist authored
-
Neil Lindquist authored
-
- 10 Feb, 2017 2 commits
-
-
Vladimir Sedach authored
Correct two keywords in ps-dom.lisp
-
Vladimir Sedach authored
Fix symbol conversion in example code
-
- 09 Feb, 2017 1 commit
-
-
Javier Olaechea authored
-
- 06 Dec, 2016 1 commit
-
-
Jason Miller authored
Update the Arithmetic and Boolean section of the reference documentation
-
- 05 Dec, 2016 1 commit
-
-
Jason Miller authored
Fixes #32
-
- 29 Aug, 2016 2 commits
-
-
Javier Olaechea authored
-
Javier Olaechea authored
-
- 17 Mar, 2016 2 commits
-
-
Jason Miller authored
Create README.md
-
TatriX authored
-
- 14 Mar, 2016 1 commit
-
-
TatriX authored
-
- 09 Jun, 2015 2 commits
-
-
Boris Smilga authored
Additions to 116f9ca9, to not replace Φ() with Φ.call(this) unless Φ refers to this. Also, fixed / added tests.
-
Boris Smilga authored
Preserve "this" in implicit lambdas
-
- 05 Mar, 2015 1 commit
-
-
Jason Miller authored
-
- 09 Feb, 2015 2 commits
-
-
Boris Smilga authored
Fix for https://github.com/vsedach/Parenscript/issues/15
-
Boris Smilga authored
Fixed: an occurence of the macro WITH-DECLARATION-EFFECTS preceded its definition, leading to ps-compile errors (see https://github.com/vsedach/Parenscript/issues/15).
-
- 03 Feb, 2015 3 commits
-
-
Boris Smilga authored
Added support for getters and setters in object literals (when *js-target-version* ≥ 1.8.5).
-
Boris Smilga authored
-
Boris Smilga authored
-
- 14 Jan, 2015 5 commits
-
-
Vladimir Sedach authored
Fixed unparenthesized comma-sequences in for(;;) variable initializer expressions inside blocks.
-
Vladimir Sedach authored
Improved handling of declarations.
-
Vladimir Sedach authored
Fix to have RETURN-FROM a nested block in tail context behave as RETURN-FROM the outer block
-
Vladimir Sedach authored
Fixed issue: *js-string-delimiter* was not properly forwarded in (lisp ....
-
Vladimir Sedach authored
Fixed: empty-body clauses in COND should evaluate to the result of the test.
-
- 04 Jan, 2015 1 commit
-
-
Boris Smilga authored
E. g. (ps (lambda (y) (for ((x (let ((x0 (foo y))) (bar x0)))) () () (xyzzy x)))) was producing (function (y) { var x0; for (var x = x0 = foo(y), bar(x0); ; ) { xyzzy(x); }; }); A JavaScript parser would then treat the comma as the separator in VariableDeclarationListNoIn production, so bar(x0) would be occuring in the position of an Identifier, which is a syntax error (see ECMA-262 ed. 5.1, ss. 12.6.3, 12.2).
-
- 25 Dec, 2014 4 commits
-
-
Boris Smilga authored
Conflicts: src/function-definition.lisp
-
Boris Smilga authored
-
Boris Smilga authored
-
Boris Smilga authored
-