:Release Notes: - Minimal example with dumping of dot graph on provided file - cpp/python files parsing :Detailed Notes: - :Testing Performed: - direct launch, no unit-tests :QA Notes: - it's okay :Issues Addressed: -
11 lines
228 B
TOML
11 lines
228 B
TOML
[project]
|
|
name = "ts-example"
|
|
version = "0.0.1"
|
|
description = "Tree Sitter Usage Example"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"tree-sitter>=0.26.0",
|
|
"tree-sitter-cpp==0.23.4",
|
|
"tree-sitter-python==0.25.0",
|
|
]
|