Search code examples
parsingebnf

How to write a parse for EBNF syntax?


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


Solution

  • 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.