grammar of a computer language
Answers
Answered by
7
Answer:
A grammar lets us transform a program, which is normally represented as a linear sequence of ASCII characters, into a syntax tree. Only programs that are syntactically valid can be transformed in this way. This tree will be the main data-structure that a compiler or interpreter uses to process the program.
Hope u like it my ans and mark as brainlist dear ❤
Similar questions