S-expressions: Difference between revisions

Content added Content deleted
(→‎OCaml: fix broken link)
(→‎{{header|JavaScript}}: hint to bugfix concerning \" and \n in strings)
Line 3,839: Line 3,839:


=={{header|JavaScript}}==
=={{header|JavaScript}}==
(for a '''bug-fix''' concerning \" and \n in strings see the [[Talk:S-expressions#JavaScript_version_bugfix_for_%5C%22_and_%5Cn_in_strings|Discussion]])
===Procedural===
===Procedural===
<syntaxhighlight lang="javascript">String.prototype.parseSexpr = function() {
<syntaxhighlight lang="javascript">String.prototype.parseSexpr = function() {