I like to use the v8 engine and convert its code to another programming language based on this , for example, if I understand its first step correctly, I need to get a parsing tree
my question is: can I get it already with v8 or do I need to generate it from js code. what is an easier way?
parsing v8 abstract-syntax-tree
user63898
source share