Ethin Probst

Results 282 comments of Ethin Probst

I too would appreciate this kind of feature. What blocks support of this being added?

Please please implement this. I'm writing a parser for a language that is case-insensitive and needs UCD categories. I've generated both the categories and permutations for keywords but this creates...

I... Stupidly didn't think about that, thank you for the reminder!

This is my first "tru" involvement in the Rust development ecosystem (I'm not really sure how to contribute to Rust and am not very knowledgeable on lexers, parsers and whatnot)....

If you want re2c to remain in the public domain, why not just license it under CC0? It's a long license, but it lets you (and others) do pretty much...

I'm running into this problem on Windows. Moved files around, got the naming properly for the directory, and tree-sitter still complains that no languages were found. (This is for tree-sitter...

@ahlinc I tried with the C grammar and it works. I just tried defining a tree-sitter config in package.json, and it still can't find it, but it can (apparently) find...

@ahlinc I fixed it, my JSON file had a syntax error. (Oops?)

Though actually building it doesn't work.... It looks like tree-sitter is just assuming that I'm using GCC or a gcc-compatible C compiler...