Question

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

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top