j-mie6 / gigaparsec

Refreshed parsec-style library for compatibility with Scala parsley
https://j-mie6.github.io/gigaparsec/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

feat!(Errors): Implement Error System #15

Closed j-mie6 closed 10 months ago

j-mie6 commented 11 months ago

Closes #4. Implements the basic error system for gigaparsec, with minimal optimisation applied and just the core set of combinators. It will allow the library to have error messages without entirely complete functionality.