typst/src/parse
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
..
mod.rs Library functions behave more imperatively 2021-08-17 22:20:37 +02:00
parser.rs Add file information to spans 2021-08-13 14:33:58 +02:00
resolve.rs Separate type for string values 2021-08-14 15:55:39 +02:00
scanner.rs Array and dictionary indexing 2021-08-12 13:56:23 +02:00
tokens.rs Separate type for string values 2021-08-14 15:55:39 +02:00