Skip to main content

Module lang

Module lang 

Source
Expand description

Language-specific parser implementations.

Each module in this folder implements a parser for a single language. They translate the native CST/AST into [RawNode] vectors.

Modulesยง

common
Common tree-sitter traversal utilities shared across language parsers.
go
Go language parser using tree-sitter-go.
python
Python language parser using tree-sitter-python.
ruby
Ruby language parser using tree-sitter-ruby.