I like to take the v8 engine and to transform its code to other programming language based on this for example if i understand it right first step i need to get the parse tree
my question is : can i get it already from v8 or do i need to generate it from the js code . what is the easer way ?