Open herrytco opened 2 years ago
Hi @herrytco thanks for creating this issue. It's currently not possible to get a list of symbols/variables directly from the expression tree.
Thank you for the answer. Than I fall back to my current strategy to do the following:
any plan to implement this feature?
any plan to implement this feature?
No, but feel free to open a PR if you're wanting to contribute this.
For my project, I need to parse expressions and get a list of used symbols in that expression. This would look something like this:
Is that possible with the current state? I couldn't find the function on my own.