Amaan Qureshi
Amaan Qureshi
Can't reproduce on master
I'll assume yes as the given example parses fine, do comment if it doesn't though
Should be fixed on master
there's a new one
I'm sorry but yeah C is too ambiguous here. One solution is to just somewhat follow convention where types are oftentimes PascalCase identifiers and variables snake_case or camelCase, this can...
yeah can't reproduce as well on master
string content is exposed now
I've release 0.20.0
Imo, a regex checking for Pascal-case identifiers is the way to go (and is how nvim-treesitter does it btw)
I'm getting ~9100 bytes/ms aka 9mb/s for Go and ~8000 bytes/ms aka 8mb/s for C# on my machine, Go seems to be doing slightly better than C# currently, so closing