Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 736 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 736 Bytes

tree-sitter-python

build

Python grammar for tree-sitter.

Quickstart

Install

npm install

Build

npm run build

Tests

npm run test

Explain

npm run env -- tree-sitter parse path/to/file.py -D

This will produce a file log.html which you can open in your browser.

References