paren matching by onyxite

main=interact(""#)
(a:b)#('?':c)=a:b#c
a#('(':c)='(':(')':a)#c
a#(b:c)|b`elem`"[{"=b:(succ(succ b):a)#c|True=b:a#c
_#_=""

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page