Artur Mukhamadiev 00a8bae652 [minimal][tui] added tui capabilities
:Release Notes:
- Why? For which reason? Just because...

:Detailed Notes:
- moved minimal as subcommand to argparse for dividing arguments
  specific for some modules only

:Testing Performed:
- Direct launch with tui enabled

:QA Notes:
-

:Issues Addressed:
-
2026-07-10 17:56:30 +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%