Option 4 correct.
A ->BC
programming languages Question #1: The BNF grammar rule A-> B C means A can be replaced...
Give a context free grammar for the language L where L = {a"bam I n>:O and there exists k>-o such that m=2"k+n) 3. Give a nondeterministic pushdown automata that recognizes the set of strings in L from question 3 above. Acceptance should be by accept state. 4. 5 Give a context-free grammar for the set (abc il j or j -k) ie, the set of strings of a's followed by b's followed by c's, such that there are either a...
Research to write down the rule of a variable identifier in the following programming languages and write down the regular grammar for that rule. For example, as elaborated in the class, the rule of a variable identifier in C is "start either by_, or any alphabetic character, and then follow either by_, any alphabetic character, or number", and its regular grammar is: La-zA-Z][a-zA-ZO-9]* a. JavaScript i. Rule: ii. Regular grammar b. PHP i. Rule: ii. Regular grammar: c. Python i....
1. Give a context-free grammar for the set BAL of balanced strings of delimiters of three types (), and . For example, (OOis in BAL but [) is not. Give a nondeterministic pushdown automata that recognizes the set of strings in BAL as defined in problem 1 above. Acceptance should be by accept state. 2. Give a context free grammar for the language L where L-(a"b'am I n>-o and there exists k>-o such that m-2*ktn) 3. Give a nondeterministic pushdown...
2. Research to write down the rule of a variable identifier in the following programming languages and write down the regular grammar for that rule. For example, as elaborated in the class, the rule of a variable identifier in C is "start either by or any alphabetic character, and then follow either by_, any alphabetic character, or number", and its regular grammar is: [_a-zA-2] [a-zA-ZO-9]* a. JavaScript i. (5 points) Rule: Solution: ii. (5 points) Regu grammar: Solution: b. PHP...
(8) (3 marks) Write BNF grammar rules for a language that is comprised only of sentences described as follows: symbol, fol symbols orjust onéx symbol, A sequence of one or more occurrences of an a lowed by either zero or morez followed by a sequence of one or more b symbols. (9) (1 mark) The following fragment of grammar describes the syntax of the exponentiation operator. What is the associativity ot the operator as detined here? factor | expr factor...
Question 3 Give a context-free grammar for each of the following languages over = {a,b,c}. 1. {a^jen: n >0}. 2. {animck : k=n+m} 3. Strings of a's and b's that contain twice as many a's as b's (for example, aba).
Question Set 2 1. Given the following grammar dactor>-> ( <expr> ) a) What is the associativity of each of the operators? What is precedence of the operators? Show a leftmost derivation and parse tree for the following sentence: b) c) A-A(B(C A)) d) Rewrite the BNF grammar above to give precedence over and force to be right associative.
Question 1 Consider the following BNF grammar: Not complete Marked out of 3.00 p Flag question <letter> ::= "a" | "b" | "C" | "d" | "e" | "F" | "g" | "h" | "1" ";" | "K" | "1" | "m" | "n" | "0" | "p" | "q" | "r" | "S" | "t" || "u" | "V" | "W" | "x" | "y" | "z" <digit> ::= "O" | "1" | "2" | "3" | "4" |...
Part C Only
Let Σ = {a,b}. For each of the following languages, find a grammar that generates it. (a) Li {a"6" : n > 0,m< n}. (b) L2 = {ang 2n: n > 2). (c) L3 {an+35" : n > 2}.
Question Set 2 1. Given the following grammar dactor>-> ( <expr> ) a) What is the associativity of each of the operators? What is precedence of the operators? Show a leftmost derivation and parse tree for the following sentence: b) c) A-A(B(C A)) d) Rewrite the BNF grammar above to give precedence over and force to be right associative.