How do I write EBNF syntax?

I am getting a task to parse text that follows EBNF syntax. Is there any tool / library I can use?

+3


source to share


1 answer


ANTLR is the standard tool for EBNF analysis.



See Good parser generator (think lex / yacc or antlr) for .NET? Build time only? here on SO.

+4


source







All Articles