typst/crates/typst-macros/src
Laurenz 85b1d1d4dd Rework `Vt` into `Engine`
- 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-26 19:03:21 +01:00
..
cast.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
category.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
elem.rs Rework `Vt` into `Engine` 2023-11-26 19:03:21 +01:00
func.rs Rework `Vt` into `Engine` 2023-11-26 19:03:21 +01:00
lib.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
scope.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
symbols.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
ty.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
util.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00