Replies: 1 comment
-
You can grab the text content of an identifier using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use your tool to anonymize function variable names. I tried to use your tool to parse the function, and found that after parsing, the variable names all appear as identifiers. In this case, how to distinguish different variable names and where they appear in the function body?
For example, the original code:
The result of
tree.root_node.sexp()
:But I want to get:
Beta Was this translation helpful? Give feedback.
All reactions