Oak Typst
A high-performance Typst parser built on the Oak framework.
Features
- Fast: Incremental parsing with minimal re-parsing
- Robust: Error recovery and fault tolerance
- Complete: Full Typst syntax support
- Flexible: Configurable parsing options
Usage
use ;
use ;
let source = new;
let language = standard;
let lexer = new;
let tree = parse;
Contributing
Contributions are welcome! Please open an issue or submit a pull request.