kavyashreeKnowledge Contributor
The action of parsing the source program into the proper syntactic classes is known as
The action of parsing the source program into the proper syntactic classes is known as
The action of parsing the source program into the proper syntactic classes is known as syntax analysis. A syntax analyzer or parser takes the input from a lexical analyzer in the form of token streams. The parser analyzes the source code (token stream) against the production rules to detect any errors in the code.