tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
817 stars 96 forks source link

Parser logging is not mapped #264

Open learn-more opened 1 month ago

learn-more commented 1 month ago

The function ts_parser_set_logger is not available in the Parser object.

Is there a reason for this, or is this simply something that is 'not done yet'?

ObserverOfTime commented 1 month ago

Not done yet.