写点什么

tree-sitter

0 人感兴趣 · 1 次引用

  • 最新
  • 推荐
https://static001.geekbang.org/infoq/3c/3c7a20b0c0c836c00082f6379b074f83.jpeg?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

Tree-sitter 入门

用户头像
阿呆
2022-09-30

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 aims to be:

tree-sitter_tree-sitter技术文章_InfoQ写作社区