问题
I receive a task to parse a text which conforms to EBNF syntax. Is there any tool/library I can use?
回答1:
ANTLR is the standard tool for parsing EBNF.
See Good parser generator (think lex/yacc or antlr) for .NET? Build time only? here on SO.
来源:https://stackoverflow.com/questions/9645544/how-to-write-a-parse-for-ebnf-syntax