recategorized by
1,694 views
1 votes
1 votes

The most powerful parser is

  1. $\text{SLR}$
  2. $\text{LALR}$
  3. Canonical $\text{LR}$
  4. Operator-precedence
recategorized by

1 Answer

1 votes
1 votes
Canonical LR is most powerful parser.

CLR  >  LALR > SLR > LR(0)

option c will be correct option
Answer:

Related questions

1 votes
1 votes
1 answer
1
admin asked Apr 2, 2020
1,311 views
$\text{YACC}$ builds up$\text{SLR}$ parsing tableCanonical $\text{LR}$ parsing table$\text{LALR}$ parsing tableNone of these
0 votes
0 votes
6 answers
2
admin asked Apr 2, 2020
6,099 views
Context-free grammar can be recognized by finite state automation$2$- way linear bounded automatapush down automataboth (B) and (C)
0 votes
0 votes
2 answers
3
admin asked Apr 2, 2020
880 views
Which of the following can be accessed by transfer vector approach of linking?External data segmentsExternal subroutinesData located in other procedureAll of these
0 votes
0 votes
2 answers
4
admin asked Apr 2, 2020
1,028 views
Relocation bits used by relocating loader are specified byRelocating loader itselfLinkerAssemblerMacro processor