summaryrefslogtreecommitdiff
path: root/crates/typst-syntax/src/span.rs
AgeCommit message (Collapse)Author
2023-11-26Rework `Vt` into `Engine`Laurenz
- Moves as much data out of the `Vm` - Removes duplication with call_vm and call_vt flavours - Uses tracked chain instead of fixed int for determining max nesting depth - This means that nesting checks now generalizes to layout and realization, to detect crashing show rules and overly nested layouts
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Streamline importsLaurenz
2023-08-29More type safety for spansLaurenz
2023-07-18Extract syntax module into typst-syntax crateLaurenz