I know I can use esprima
to get AST for a given JavaScript file/code.
But I can't find a library, or a way to get the AST for C# code.
How can I get that?
Update: I work on Linux. I don't have access to Visual Studio. I use VS Code. Most of my coding is done inside a docker container.