Fork me on GitHub
#parinfer
<
2018-05-10
>
Drew Verlee14:05:06

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?

shaunlebron21:05:08

@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

shaunlebron21:05:30

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

(foo
  ; bar
  )

👍 4
shaunlebron21:05:35

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