Vlek/tree-sitter-easyuo

Dealing with case insensitive everything

Opened this issue · 0 comments

Vlek commented

Method and variable names are not case sensitive. Need to figure out a way around this. I tried researching this a bit the other day and it is not an easy task if you want to specifically state what the method names are.

I think an alternative would be to not hard code the method names at this point and instead have it in a linter?

So instead of specifying all of the built-in global scope variables, such as #Result, we can simply state that anything Seq('#', '/[a-zA-Z0-9]+/') is a globally scoped variable.