Use two different string-escape functions
authorOwen Rodley <Strigoides@gmail.com>
Wed, 5 Jun 2013 04:39:57 +0000 (16:39 +1200)
committerOwen Rodley <Strigoides@gmail.com>
Wed, 5 Jun 2013 04:42:05 +0000 (16:42 +1200)
commitf5ffe129c45d75d9f360d02d9b8823907b163347
tree0c3c3f35464e149ba4a113b82efe9f2cc35165a7
parent41f31884e0be58584c3ec47f78e32f305833d3a0
Use two different string-escape functions
One for Lisp string literals, and the other for Javascript string
literals, the difference being the option to use single-quoted strings
in Javascript
src/compiler.lisp
src/print.lisp