parinfer

2018-05-10T14:08:06.000331Z

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?

shaunlebron 2018-05-10T21:17:08.000362Z

@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

shaunlebron 2018-05-10T21:18:30.000364Z

last major change to behavior that I can think of is allowing (thus enforcing) indented comments to stay inside expressions:

(foo
  ; bar
  )

1👍
shaunlebron 2018-05-10T21:19:35.000147Z

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