: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: -
17 lines
217 B
Markdown
17 lines
217 B
Markdown
# Tree sitter Seminar
|
|
|
|
## Prerequisites
|
|
|
|
```bash
|
|
$ python3 -m venv .venv
|
|
$ source .venv/bin/activate
|
|
$ pip install -r requirements.txt
|
|
```
|
|
|
|
## Launch
|
|
|
|
```bash
|
|
$ source .venv/bin/activate
|
|
$ python3 src/ts-example
|
|
```
|