Max Brunsfeld
Max Brunsfeld
Yeah, this is the expected behavior: the precedence needs to be *in* the `not` rule in order to resolve the conflict. A precedence in `unary_expression` doesn't resolve the conflict, because...
Yeah, it’s a bug that the field shows up at all in that case. The node is hidden, and doesn’t contain any visible nodes, so the field should do nothing,...
If you just run `emcc -o test.wasm src/parser.c` directly, what do you get? There are more flags used in reality (see [here](https://github.com/tree-sitter/tree-sitter/blob/ee7c29346ade3de764015b38d562fe5f71bda0b6/cli/src/wasm.rs#L65-L82)). It'd be useful to see if you get...
Ok, that new error just means that some flags are missing, in particular the `-I` flags, which add header directories. Try adding `-I src`, and maybe the rest of the...
Hmm, I wonder if your shell is automatically converting one path delimiter to the other, but that is not working when spawning `emcc` directly from rust. I think that if...
Thanks for working on this! Could you write up a little explanation about how the folder is intended to be structured, and how the tests are run? I can't exactly...
Seems like this may be a bug with automatic rule inlining.
This awesome! I can add PyPi credentials to the org if they are needed for publishing. When you get a chance, could you write up what you think still needs...
> We need to agree on when this workflow runs. Currently releasing is done by a script that is ran locally and pushes a tag. Should this run automatically when...
Ok, the `PYPI_API_TOKEN` secret has been added, so it should be accessible to actions.