How to write a parse for EBNF syntax?

后端 未结 1 1086
渐次进展
渐次进展 2020-12-21 04:20

I receive a task to parse a text which conforms to EBNF syntax. Is there any tool/library I can use?

相关标签:
1条回答
  • 2020-12-21 04:29

    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.

    0 讨论(0)
提交回复
热议问题