summaryrefslogtreecommitdiff
path: root/src/stages/compiler.rs
Commit message (Collapse)AuthorAge
* Fix invocations not being recorded as symbol referencesBen Bridle2025-03-25
| | | | This was a significant oversight.
* Fix misleading variable nameBen Bridle2025-03-25
| | | | | This stage previously operated on semantic tokens, but was later changed to operate on syntactic tokens.
* Rewrite libraryBen Bridle2025-03-18