Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在java中使用C#语法和antlr 4获取C#文件的解析树?我试图为 C# 语法生成解析器和词法分析器,但只生成解析器,它会引发此错误:
找不到或加载语法 CSharp4PreProcessor
假设您正在使用此链接中的语法,您将必须在那里下载所有 .g4 文件。