ObserverOfTime
ObserverOfTime
> Adopted the `bdist_wheel` command from the `wheel` project
The package isn't deprecated but the `bdist_wheel` import is. And switching to the `setuptools` version will allow us to drop `wheel` from `requires`.
They are different. See [tree-sitter-pug](https://github.com/zealot128/tree-sitter-pug) for something similar.
I don't understand why the process exits with 1 on Windows despite all the tests succeeding.
@fwcd @VladimirMakaev
What you need is a literate-haskell parser with the appropriate haskell injections.
PR welcome if you make nostd an optional feature instead of the other way around. You likely just need to disable the `#match?` predicates, rather than the entire query code.
Start with the [template](https://github.com/tree-sitter/tree-sitter/blob/master/cli/src/templates/cmakelists.cmake)
Building from source __via tree-sitter__ is deprecated but you can still build from source __via pip__. ```bash pip install git+https://github.com/tree-sitter/tree-sitter-python ``` A macOS arm64 wheel will be available in the...