Is this languages REGULAR / CONTEXT FREE but not REG / Nothing?...
Read MoreCFG for L={ a^n b^m : n <= m+3 , n,m>=0}...
Read MoreAre there any languages such that they are proper subsets of each other and satisfy these conditions...
Read MoreIs the language L = { a^n b^j : j ≤ n ≤ 2j − 1 } context-free?...
Read MoreCFG for L = {a^mb^nc^k: k = m×n}...
Read MoreIn Context Free Grammer, do we replace all variable during a substitution? or can we apply substitut...
Read Moredescription of the language accepted by S->SS|bS|a...
Read MoreWhat's the Context-Free grammar of this language :L= {a^n b^m c^p d^q / m+n=p+q where n,m,p,q &g...
Read MoreImplementation of a context-free grammar for logical operators with parentheses...
Read MoreSimplifying CFG: S -> SS | (S) | ε...
Read MoreIs WW where W belongs to {a,b}* a context free language?...
Read MoreWhat makes this example a context-free language rather than regular language?...
Read MoreIs the given language a valid CFG?...
Read Morecan i push two symbols to the stack of a pushdown automata?...
Read MoreHow to remove left recursion from A -> Aα | ε...
Read MoreContext-Free Grammar of language {a^i b^j c^i}...
Read MoreIs it possible for an ambiguous CFG convert into CNF and becomes unambiguous?...
Read MoreCan extended Backus Naur Form (EBNF) describe an unordered set of values?...
Read MoreAll the strings X2Y where X and Y are composed of 0s and 1s and X ≠ Y...
Read MoreProvide a context-free grammar that generates odd length language {w = 0*1* : |w| is odd}...
Read MoreFinding a context-free grammar for the given language...
Read MoreCan regex be used to recognize any Context Free Language?...
Read MoreCFG: Why is this grammar ambiguous?...
Read Moreconcatenation & union - regular and context free languages...
Read MoreHow to generate the FIRST set of this context-free grammar...
Read MoreDefining a context-free grammar for a specific language...
Read MoreCFG of Language which contains equal # of a's and b's...
Read More