About 481,000 results
Open links in new tab
  1. GitHub - tree-sitter/tree-sitter: An incremental parsing system for ...

    Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter …

  2. py-tree-sitter/examples/usage.py at master - GitHub

    Python bindings to the Tree-sitter parsing library - tree-sitter/py-tree-sitter

  3. GitHub - nvim-treesitter/nvim-treesitter: Nvim Treesitter ...

    The nvim-treesitter plugin provides functions for installing, updating, and removing tree-sitter parsers; a collection of queries for enabling tree-sitter features built into Neovim for these languages; a staging …

  4. py-tree-sitter:Python bindings to the Tree-sitter parsing library ...

    文件 最后提交记录 最后更新时间 ... README Python Tree-sitter Installation Usage Setup Install languages Basic parsing Walking syntax trees Editing Pattern-matching Captures Matches

  5. 如何在python中使用tree sitter获得代码片段 - CSDN博客

    May 1, 2024 · 文章浏览阅读1.8k次,点赞16次,收藏18次。tree-sitter是一个C语言编写的代码解析工具,简单来说就是把一个代码片段,解析成一个树结构,通过父节点、子节点的层级关系来展现代码的 …

  6. Basic Parsing - Tree-sitter

    Basic Parsing Providing the Code In the example on the previous page, we parsed source code stored in a simple string using the ts_parser_parse_string function:

  7. tree-sitter/py-tree-sitter | DeepWiki

    Nov 10, 2025 · py-tree-sitter is a Python package that provides bindings to the Tree-sitter parsing library. It enables Python applications to parse source code into concrete syntax trees and perform structural …

  8. Playground - Tree-sitter

    Query Tree About You can try out tree-sitter with a few pre-selected grammars on this page. You can also run playground locally (with your own grammar) using the CLI 's tree-sitter playground …

  9. tree-sitter/tree-sitter-python | DeepWiki

    Jun 26, 2025 · What is tree-sitter-python tree-sitter-python is a Tree-sitter grammar implementation that provides fast, incremental parsing of Python source code. It generates Abstract Syntax Trees (ASTs) …

  10. GitHub - tree-sitter/tree-sitter-c: C grammar for tree-sitter

    C grammar for tree-sitter. Contribute to tree-sitter/tree-sitter-c development by creating an account on GitHub.