Open syqlearning opened 2 years ago
i'm using version 2.7.12 and NET. since i got python code file now, how can i get ast from it using ironpython? i know there got BuildAst api here but could any one show how to achieve that goal more specifically?
ps: wanna to parse python code using c#
Description
i'm using version 2.7.12 and NET. since i got python code file now, how can i get ast from it using ironpython? i know there got BuildAst api here but could any one show how to achieve that goal more specifically?