mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
The current name results in a path that is more than 260 characters long, and this causes issues for the build on Windows.
14 lines
468 B
Markdown
14 lines
468 B
Markdown
tree-sitter-python
|
|
==================
|
|
|
|
[](https://github.com/tree-sitter/tree-sitter-python/actions/workflows/ci.yml)
|
|
|
|
Python grammar for [tree-sitter][].
|
|
|
|
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
|
|
|
|
#### References
|
|
|
|
* [Python 2 Grammar](https://docs.python.org/2/reference/grammar.html)
|
|
* [Python 3 Grammar](https://docs.python.org/3/reference/grammar.html)
|