Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Sep 10, 2024
1 parent aec265a commit 2b9ebb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@ console.log(output);

```mermaid
graph LR
tex[TeX code] --parser--> ast[TeX AST] --writer--> typst[Typst code]
tex[TeX code] --parser--> tex_ast[TeX AST] --converter--> typst_ast[Typst AST] --writer--> typst[Typst code]
```

- parser: Implemented in class `LatexParser()`.
- writer: Implemented in class `TypstWriter()`
- parser: Implemented in class `LatexParser`.
- converter: Implemented in function `converterTree`.
- writer: Implemented in class `TypstWriter`.

## Contributing

Expand Down

0 comments on commit 2b9ebb6

Please sign in to comment.