Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

mom i wrote a parser look

Name: Anonymous 2016-01-20 20:42

mom i wrote a parser look ihave a cool indentation absed language

http://srfi.schemers.org/srfi-119/srfi-119.html

Name: !OUKY5mcbp6 2016-01-22 22:34

>>3
u should see erlang with it's ejson
cases(ok) ->
[
{<<"[{}]">>, [{[]}]},
{<<"{\"foo\":[123]}">>, {[{<<"foo">>, [123]}]}},
{<<"{\"foo\":{\"bar\":true}}">>,
{[{<<"foo">>, {[{<<"bar">>, true}]} }]} },
{<<"{\"foo\":[],\"bar\":{\"baz\":true},\"alice\":\"bob\"}">>,
{[
{<<"foo">>, []},
{<<"bar">>, {[{<<"baz">>, true}]}},
{<<"alice">>, <<"bob">>}
]}
},
{<<"[-123,\"foo\",{\"bar\":[]},null]">>,
[
-123,
<<"foo">>,
{[{<<"bar">>, []}]},
null
]
}
];

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List