forked from github/texlab
doc: Add a documentation for the syntax definitions, parser module and lexer definitions #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/crateswork and (most importantly) interact with one another.Some links, to update as time goes on:
rowancrate (used for building a syntax tree):