parser generator


English Wikipedia - The Free EncyclopediaDownload this dictionary
Compiler-compiler
In computer science, a compiler-compiler or compiler generator is a programming tool that creates a parserinterpreter, or compiler from some form of formal description of a language and machine. The earliest and still most common form of compiler-compiler is a parser generator, whose input is a grammar (usually in BNF) of a programming language, and whose generated output is the source code of a parser often used as a component of a compiler.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License