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.
我实际上不需要运行甚至编译 C# 源代码,这是使用 CodeDOM 完成的。我只想要一个简单的语法检查器,它给定一个 C# 源代码,能够说 Hey this ";" 这一行缺少“(”),等等……你有什么建议?
您可以使用ANTLR对 c# 和任何其他语言进行语法检查。