Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix misleading variable name | Ben Bridle | 2025-03-25 |
| | | | | | This stage previously operated on semantic tokens, but was later changed to operate on syntactic tokens. | ||
* | Improve wording of error messages | Ben Bridle | 2025-03-25 |
| | |||
* | Fix label definition issue | Ben Bridle | 2025-03-25 |
| | | | | | Label definitions were being gathered in the bytecode stage, but then were incorrectly dropped instead of being used. | ||
* | Simplify syntactic catch-all branch | Ben Bridle | 2025-03-23 |
| | | | | | A cascading if-else structure is more readable than a set of nested match expressions. | ||
* | Rewrite library | Ben Bridle | 2025-03-18 |