You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a tool which would automatically quote all identifiers to make them case sensitive. I thought of parsing end deparsing (using this node module) but I am realizing that all identifiers in the parsed tree are already lowercased. Is there some way to not do that? So to get parse tree with original string values?
The text was updated successfully, but these errors were encountered:
I am trying to make a tool which would automatically quote all identifiers to make them case sensitive. I thought of parsing end deparsing (using this node module) but I am realizing that all identifiers in the parsed tree are already lowercased. Is there some way to not do that? So to get parse tree with original string values?
The text was updated successfully, but these errors were encountered: