obriencj opened this issue 7 years ago · 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.