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.
我收到一个任务来解析符合 EBNF 语法的文本。我可以使用任何工具/库吗?
ANTLR是解析 EBNF 的标准工具。
请参阅适用于 .NET 的良好解析器生成器(想想 lex/yacc 或 antlr)?只有构建时间?在这里。