Does not handle some statements properly
Closed this issue · 1 comments
Semisol commented
According to my inspection of the source code the following would fail
(x
+ 1)
but you cannot insert semicolons after the x
mache102 commented
yes, I'm aware that it doesn't work for implicit line breaks, so at the moment they have to be explicit
(x \
+ 1)
I will look into a solution, it shouldn't be too difficult, the corner cases though ;-;