summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add tokeniser method to mark previous char as start of tokenBen Bridle2025-02-10
* Tidy codeBen Bridle2025-02-09
* Rename Position type to SourcePositionBen Bridle2025-02-09
* Log when a source file is merged into the resolverBen Bridle2025-02-08
* Support namespaces when resolving symbolsBen Bridle2025-02-08
* Fix displayed path when discovering librariesBen Bridle2025-02-08
* Implement basic namespace support for SymbolsBen Bridle2025-02-08
* Implement Copy, Clone, Debug for some typesBen Bridle2025-02-08
* Display name of symbol instead of full token in error messagesBen Bridle2025-02-08
* Add logging to gather functionsBen Bridle2025-02-05
* Allow loading a source unit from a path with any extensionBen Bridle2025-02-05
* Implement source unit compilation, symbol resolution, error reportingBen Bridle2025-02-05
* Implement a generic source code tokeniserBen Bridle2025-02-04
* Rename locator sub-modulesBen Bridle2025-02-04
* Initial commitBen Bridle2025-02-02