augustss / MicroHs

Haskell implemented with combinators
Other
367 stars 25 forks source link

Make .comb files more diffable by adding newlines between bindings. #23

Closed jmaessen closed 10 months ago

jmaessen commented 10 months ago

This adds newlines in the hopefully-obvious place in ExpPrint. It tweaks parse to treat newline like space.

augustss commented 10 months ago

This PR has a bunch of whitespace changes mixed in. I don't like to mix functional changes with cosmetic changes, so I just merged this by hand.