Artur Mukhamadiev c3b831d519 [init][minimal] Base init commit for tree-sitter seminar
: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:
-
2026-07-10 16:09:06 +03:00

Tree sitter Seminar

Prerequisites

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

Launch

$ source .venv/bin/activate
$ python3 src/ts-example
Description
Python examples of tree-sitter usage for internal seminar
Readme 54 KiB
Languages
Python 100%