summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/source.rs
AgeCommit message (Collapse)Author
2023-09-19Incremental parsing in CLILaurenz
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-08-29More type safety for spansLaurenz
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-07-18Extract syntax module into typst-syntax crateLaurenz