Computer Science, asked by Srikarchintu4545, 1 year ago

In conversion of hll to machine language the syntax analysis is part is called as

Answers

Answered by varshneysamyakoxg8tj
0
parsing is the method of converting high level language to machine language
Answered by hotelcalifornia
0

Answer:

In conversion of "high level language" to "machine language" the syntax analysis is part is called as “Syntactic analysis”. Syntactic analysis of a high level program is required to validate whether or not the series of token comply to a given language format. Syntax analysis is done during the compilation stage and any discrepancy in the syntax of a code are highlighted. "Parsing trees" or "Syntax trees" are used to indicate the "structure of the sentence".

Similar questions