ObserverOfTime
ObserverOfTime
If you can implement this and it doesn't break, say comments with spaces inside, then feel free to submit a PR.
Do you have any benchmarks?
See https://github.com/tree-sitter/py-tree-sitter/issues/98#issuecomment-1084796290. But this is useful so perhaps serialising trees/nodes in a binary and compressed form (e.g. CBOR+zlib) would be fine. It probably should not be part of the core...
Does `(number_literal @number (#eq? @number "42"))` not work?
That sounds good. And we can add a `:cst` ~~tag~~ attribute to parse them that way.
https://tree-sitter.github.io/tree-sitter/creating-parsers/5-writing-tests.html#attributes
Not if you use the system packages.
Can we merge #4493 instead?
The `bdist_wheel` command also needs a fallback since the setuptools version was introduced in v70.1.0 which is too recent. We might as well have a fallback for the `build` command...
Then should we bump all the way to v70.1.0?