How can I obtain the parse tree of a C# file using C# grammar and antlr 4 in java? I have tried to generate a parser and lexer for C# grammar, but is generated only the parser, and it throws this error:
can't find or load grammar CSharp4PreProcessor