Computer Science, asked by gracyhr16, 1 year ago

Explain types of grammar in system programming

Answers

Answered by drmalik021
1

Most famous classification of grammars and languages ​​introduced by Noam Chomsky is divided into four classes: Recursively enumerable grammars –recognizable by a Turing machine. Context-sensitive grammars –recognizable by the linear bounded automaton. Context-free grammars - recognizable by the pushdown automaton.


Similar questions