In computer science, the extended Backus-Naur form (EBNF) is a notation for specifying a context-free grammar. Many programming languages can be specified in EBNF, which makes it useful for tools like ANTLR.
In computer science, the extended Backus-Naur form (EBNF) is a notation for specifying a context-free grammar. Many programming languages can be specified in EBNF, which makes it useful for tools like ANTLR.