summaryrefslogtreecommitdiff
path: root/src/position.rs (follow)
AgeCommit message (Collapse)Author
2026-06-23Roorganized into workspace and packages.eichlan
This is to accomidate a new proc_macro package, which can't have anything else in it.
2026-06-08It works again! and more!Mike Buland
About to change a few things: - symbols and errors will have a range not a position - remove view/output token type, those should just be View and Output structs - Figure out some formatting stuff? (add a dep? I dunno) - Move to non-quoted dot-delimeted variable references. - Add loops. - Add conditionals? - Add more!