S-expressions: Difference between revisions

Content added Content deleted
m (→‎JavaScript :: Functional: (typo fixed in preamble))
Line 3,762: Line 3,762:


===Functional===
===Functional===
Showing the parse tree in and indented JSON format, and writing out a reserialization:
Showing the parse tree in an indented JSON format, and writing out a reserialization:
<lang JavaScript>(() => {
<lang JavaScript>(() => {
"use strict";
"use strict";