evanrmurphy / SweetScript

A lispy language that compiles into JavaScript, strongly influenced by Arc.
https://github.com/evanrmurphy/SweetScript
14 stars 4 forks source link

Nested strings and quotation #4

Open evanrmurphy opened 13 years ago

evanrmurphy commented 13 years ago

Make sure JavaScript strings are nesting properly. Also, consider a different quoting scheme. Instead of using ' for everything, maybe use " when compiling strings and ' when compiling quoted expressions.