diff options
Diffstat (limited to 'docs/dev/architecture.md')
| -rw-r--r-- | docs/dev/architecture.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 83ff40c8..3dd27a41 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -41,7 +41,7 @@ them. ## Parsing -The syntax tree and parser are located in `crates/typst/src/syntax`. Parsing is +The syntax tree and parser are located in `crates/typst-syntax`. Parsing is a pure function `&str -> SyntaxNode` without any further dependencies. The result is a concrete syntax tree reflecting the whole file structure, including whitespace and comments. Parsing cannot fail. If there are syntactic errors, the |
