obriencj/python-sibilant

allow brackets and braces as pair literal boundaries

obriencj opened this issue · 1 comments

allow matching brackets and braces in the parser

eg. the following are all equivalent syntactically

(foo bar)
[foo bar]
{foo bar}

this is from clojure, racket, and probably other lisps.