Skip to content
  1. Aug 02, 2007
  2. Jun 06, 2007
  3. May 03, 2007
  4. Apr 27, 2007
    • Attila Lendvai's avatar
      Fix (- 1) and (incf/decf x 5), patch by Ray Myers · 94972ae3
      Attila Lendvai authored
      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
      
      darcs-hash:cff90c9f9f195531ccf655b0c6f5bf449443b79e
      94972ae3
  5. Apr 25, 2007
  6. Apr 16, 2007
    • Attila Lendvai's avatar
      Follow quote changes in SLOT-VALUE · f929f81e
      Attila Lendvai authored
      darcs-hash:3acbbe4595cba8dbedd0085ff42854cc16135f31
      f929f81e
    • Attila Lendvai's avatar
      Fixed (?) quoting mechanism · dd2fe451
      Attila Lendvai authored
      (js:js (+ 42 '"FoooFFFOFOFooo")) => "42 + FoooFFFOFOFooo;"
      IOW, quote inside a parenscript form means to simply print the quoted value as-is.
      Among other things, this is useful for inserting literal javascript into parenscript.
      I hope it will not break anything.
      
      darcs-hash:7a3dbb342494cd4753a4ed648db85786ea27c6fb
      dd2fe451
  7. Jan 15, 2007
  8. Nov 15, 2006
  9. Oct 03, 2006
  10. Sep 01, 2006
  11. Aug 21, 2006
  12. Jul 21, 2006
  13. Jul 16, 2006
  14. Jul 15, 2006
  15. Jul 11, 2006
  16. Jul 07, 2006
  17. Jul 06, 2006
  18. Jul 05, 2006
  19. Jul 04, 2006
  20. May 27, 2006
  21. May 13, 2006
  22. May 12, 2006
  23. May 10, 2006
  24. May 08, 2006
  25. Apr 16, 2006
  26. Apr 01, 2006