ssm-lang / Scoria

This is an embedding of the Sparse Synchronous Model, in Haskell!
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

removed a bunch of pSpace parsers, they were not needed and they just… #15

Closed Rewbert closed 3 years ago

Rewbert commented 3 years ago

… clutter the code.

I had some little bug I initially didn't want to spend a lot of time fixing, and the fix was to just explicitly parse spaces and newlines everywhere. In this tiny PR I've fixed both. I ran 1000 tests to make sure it worked as it should.