Computer Science, asked by hridaya13, 1 month ago

1. It is a grammar of a programming
language.

Answers

Answered by nithish121
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 atrs7391
2

It is a grammar of a programming language.

>>> Syntax

Similar questions