Questions Tagged [parser-generator]

A parser-generator is a tool that accepts a grammar description of a language (usually as an extended Backus-Naur Formalism (EBNF)), and generates computer code that will parse the language described by that grammar. Parser generators may produce recursive descent parsers, Earley parsers, L(AL)R parsers, or other more exotic parser types.

Question is empty. Ask new Question

Popular Questions