retagged by
615 views
2 votes
2 votes
S->aAb/aBc/bAd/bBe

A->g

B->g

How many states in slr(1)
retagged by

1 Answer

Related questions


Deprecated: Implicit conversion from float-string "1548509309.456" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1548509309.456" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1548509309.456" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1548509309.456" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803

Deprecated: Implicit conversion from float-string "1541832180.009" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 796

Deprecated: Implicit conversion from float-string "1541832180.009" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 801

Deprecated: Implicit conversion from float-string "1541832180.009" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 802

Deprecated: Implicit conversion from float-string "1541832180.009" to int loses precision in /var/www/html/qadb/qa-include/app/format.php on line 803
4.0k
views
1 answers
0 votes
abc1 asked Jan 26, 2019
3,999 views
consider the grammar G: S->A|B A->a|c B->b|c where {S,A,B} are non-terminals,{a,b,c} are terminals.Does LR(1) can parse all strings that are generated by gr...
3.2k
views
1 answers
2 votes
sripo asked Nov 10, 2018
3,191 views
Can you give an example which is not LL(1) but is CLR(1)
15.2k
views
3 answers
8 votes
Parshu gate asked Nov 13, 2017
15,210 views
Suppose we are given a grammar and asked to find the type of that grammar , what is the algorithm which needs to be followed for each of them? LL(1), OR LR(0) , OR CLR(1...
1.5k
views
1 answers
0 votes
Shyam Singh 1 asked Dec 10, 2016
1,474 views
Every SLR grammar is unambiguous. True or False? Why?