RedPRL / asai

🩺 A library for compiler diagnostics
https://ocaml.org/p/asai
Apache License 2.0
35 stars 2 forks source link

feat(Range): first stage of supporting single-position ranges #168

Closed favonia closed 3 weeks ago

favonia commented 1 month ago

Addresses #161 except the following issues:

  1. The detection of EOF and other ranges. (This PR changes "EOF" to "POS" for the moment.)
  2. The customization of delimitors and markers.