The lexical analyzer produce tokens, which are stored in a buffer until they are consumed by the __________.

🎲 Try a Random Question  |  Total Questions in Quiz: 49  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Compiler Theory Practice Test — practice the complete quiz, review flashcards, or try a random question.

A compiler implements a formal transformation from a high-level source program to a low-level target program. Basically, a compiler translates (compiles) source code written in a high-level language (e.g., C++) into a set of machine-language instructions that can be understood by a digital computer's CPU. Compilers are very large programs, with error-checking and other abilities.


In 1951, Grace Hopper wrote the first compiler, A-0.


The lexical analyzer produce tokens, which are stored in a buffer until they are consumed by the __________.