typst/src/syntax
Laurenz 594809e35b Library functions behave more imperatively
- Templates scope state changes
- State-modifying function operate in place instead of returning a template
- Internal template representation contains actual owned nodes instead of a pointer to a syntax tree + an expression map
- No more wide calls
2021-08-17 22:20:37 +02:00
..
expr.rs Library functions behave more imperatively 2021-08-17 22:20:37 +02:00
ident.rs Convert single-field structs to tuple structs 2021-08-16 19:15:03 +02:00
mod.rs Separate type for string values 2021-08-14 15:55:39 +02:00
node.rs Library functions behave more imperatively 2021-08-17 22:20:37 +02:00
pretty.rs Library functions behave more imperatively 2021-08-17 22:20:37 +02:00
span.rs Separate type for string values 2021-08-14 15:55:39 +02:00
token.rs Optimize memory sizes 2021-08-13 18:17:24 +02:00
visit.rs Library functions behave more imperatively 2021-08-17 22:20:37 +02:00