doc: Add a documentation for the syntax definitions, parser module and lexer definitions #2

Open
opened 2026-08-13 14:00:03 +02:00 by thibault · 0 comments
Owner

In the hopes of enhancing the parsing of LaTeX files in the future...

Since I'd need to know how the parser and lexer works, it could be good to document the code itself, and learn how the different crates in texlab/crates work and (most importantly) interact with one another.

Some links, to update as time goes on:

In the hopes of enhancing the parsing of LaTeX files in the future... Since I'd need to know how the parser and lexer works, it could be good to document the code itself, and learn how the different crates in `texlab/crates` work and (most importantly) interact with one another. Some links, to update as time goes on: - the `rowan` crate (used for building a syntax tree): - main source code: https://github.com/rust-analyzer/rowan - example and documentation: https://rust-analyzer.github.io/book/contributing/syntax.html
Sign in to join this conversation.
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thibault/texlab#2
No description provided.