summaryrefslogtreecommitdiff
path: root/src/locators/source.rs
Commit message (Collapse)AuthorAge
* Rename Position type to SourcePositionBen Bridle2025-02-09
| | | | | | This better matches the naming convention of the other source locator types, and better differentiates a SourcePosition from other kinds of position.
* Implement a generic source code tokeniserBen Bridle2025-02-04
| | | | | | This is a struct that provides various methods for consuming characters from a character stream and for tracking the provenance of each parsed token.
* Rename locator sub-modulesBen Bridle2025-02-04