typst/crates/typst-syntax/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
..
ast.rs Streamline imports 2023-11-19 16:34:38 +01:00
file.rs Streamline imports 2023-11-19 16:34:38 +01:00
highlight.rs Streamline imports 2023-11-19 16:34:38 +01:00
kind.rs Hashtag -> Hash 2023-10-09 16:04:10 +02:00
lexer.rs Streamline imports 2023-11-19 16:34:38 +01:00
lib.rs Fix potential line splitting issue in `raw` (#2674) 2023-11-13 16:56:51 +01:00
node.rs Streamline imports 2023-11-19 16:34:38 +01:00
parser.rs Streamline imports 2023-11-19 16:34:38 +01:00
reparser.rs Merge `typst` and `typst-library` 2023-11-24 12:30:02 +01:00
source.rs Tidy up some imports 2023-11-21 15:20:49 +01:00
span.rs Rework `Vt` into `Engine` 2023-11-26 19:03:21 +01:00