Amaan Qureshi

Results 379 comments of Amaan Qureshi
trafficstars

I'll assume yes as the given example parses fine, do comment if it doesn't though

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...

string content is exposed now

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