A tree-sitter parser for GritQL files.
GritQl is an AST-aware query language for searching and transforming source code.
language js
`console.log($my_message)` => `winston.info($my_message)` where {
$my_message <: string()
}
Explore the interactive tutorial to learn more about GritQL.