mirror of
https://github.com/typst/typst
synced 2025-07-09 13:42:52 +08:00
Splits up into: - escaping: resolving of escape sequences - parser: the parsing code - tests: all integrated parsing tests Also moves Ident from the root syntax module into the tree module.