1. It is a grammar of a programming
language.
Answers
Answered by
0
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
Answered by
2
It is a grammar of a programming language.
>>> Syntax
Similar questions