Is the parinfer spec done? If so, can is there a place to see how roughly different implementations (emacs, cursive, atom) are close to it?
@drewverlee i might write a formal spec. right now we have portable tests for the core implementations, but there are currently no tests for editor-specific integration details
last major change to behavior that I can think of is allowing (thus enforcing) indented comments to stay inside expressions:
(foo
; bar
)
i’ve taken my time with this last one mainly due to its far reaching changes and some tricky bits I have to work out