4

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

user705414
  • 20,472
  • 39
  • 112
  • 155

1 Answers1

5

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.

Community
  • 1
  • 1
Oded
  • 489,969
  • 99
  • 883
  • 1,009