chomsky-hierarchy Questions
4
Solved
Is SQL a context free language or some other type of language?
Ilse asked 27/10, 2014 at 19:31
5
In Chomsky's hierarchy, the set of recursive languages is not defined. I know that recursive languages are a subset of recursively enumerable languages and that all recursive languages are decidabl...
Budge asked 16/6, 2010 at 21:14
2
Solved
The syntactical grammar of hardly any programming language is regular, as they allow arbitrarily deeply nested parenthesis. Rust does, too:
let x = ((((()))));
But is Rust's syntactical grammar ...
Bonny asked 28/4, 2017 at 10:13
2
Solved
I'm trying to understand the four different Chomsky language types but the definitions that I have found don't really mean anything to me. I know type 0 is free grammar, type 1 is context sensitive...
Soukup asked 23/5, 2012 at 12:1
1
Solved
The lexical grammar of most programming languages is fairly non-expressive in order to quickly lex it. I'm not sure what category Rust's lexical grammar belongs to. Most of it seems regular, probab...
Exsiccate asked 28/4, 2017 at 10:9
5
Solved
Does the standard specify the official C++ grammar?
I searched, but did not find it anywhere.
Also, I wish to read a bit about C++ grammar in detail, like which category of grammars it falls in, ...
Insist asked 17/5, 2010 at 14:21
3
I'm having trouble articulating the difference between Chomsky type 2 (context free languages) and Chomsky type 3 (Regular languages).
Can someone out there give me an answer in plain English? I'm...
Intoxicating asked 18/7, 2012 at 19:57
1
Solved
In the Chomsky classification of formal languages, I need some examples of Non-Linear, Unambiguous and also Non-Deterministic Context-Free-Language(N-CFL)?
Linear Language: For which Linear gramm...
Rizzio asked 30/10, 2012 at 16:10
1
Solved
Reading Chomsky hierarchy ...
... I know regexp can't parse type-2 grammars (context-free grammars), and also type-1 and type-0.
Can regular expressions parse/catch ALL type-3 grammars (regular gra...
Googol asked 13/2, 2012 at 14:11
3
Solved
I'm trying to learn some aspects of the Chomsky Hierarchy which are related to programming languages, and i still have to read the Dragon Book.
I've read that most programming languages can be par...
Grimmett asked 28/5, 2010 at 13:47
2
Solved
I'm currently studying for a discrete mathematics test in which we are learning Chomsky's hierarchy and the type of automatas that recognize each level of the hierarchy. I'm being taught that most ...
Infantry asked 14/6, 2009 at 15:19
1
© 2022 - 2024 — McMap. All rights reserved.