1
1
mirror of https://github.com/github/semantic.git synced 2024-11-22 05:43:42 +03:00

Merge pull request #718 from sebastiaanspeck/patch-1

Fix links in why-tree-sitter
This commit is contained in:
rnkaufman 2024-05-13 12:31:47 -07:00 committed by GitHub
commit ad281b52e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
# How we parse source code into ASTs
#### Table of Contents
1. [Problem space and possible solutions](#solutions)
2. [Why we use tree-sitter](#why-tree-sitter)
3. [Drawbacks of tree-sitter](#drawbacks)
1. [Problem space and possible solutions](#problem-space-and-possible-solutions)
2. [Why we use tree-sitter](#why-we-use-tree-sitter)
3. [Drawbacks of tree-sitter](#drawbacks-of-tree-sitter)
## Problem space and possible solutions