Operator Precedence Parser with Solved Examples | Operator Grammar | GATECS | Compiler Design

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 28

  • @yash1152
    @yash1152 4 месяца назад +2

    10:57 operator associativity (same operators - diagonal elements) and precedence (different operators - non-diagonal elements)
    16:14 example1: id + id * id $
    21:45 example2: id * id * id $

  • @ishajaswal7547
    @ishajaswal7547 8 месяцев назад +2

    Your videos are amazing sir...
    Best explanation on the you tube

  • @shubhamaths
    @shubhamaths 2 года назад +3

    After watching 4 long videos on different channels finally clearly understood the concept from your video ❤️.
    Thank You so much sir ❤️.

  • @keerthana5948
    @keerthana5948 6 месяцев назад

    I've watched the complete playlist . your explanation is just awesome ....

  • @souvikbasak4396
    @souvikbasak4396 6 месяцев назад

    Completed your whole playlist for my end sems.

  • @continnum_radhe-radhe
    @continnum_radhe-radhe 6 месяцев назад +2

    Thank You for this amazing content...

  • @keshavgaur4535
    @keshavgaur4535 2 года назад +3

    shandar sir

  • @AnkitYadav-qc8sv
    @AnkitYadav-qc8sv 4 года назад +2

    Your videos are really helpful Sir, looking for more in the future!💯

  • @shabeerkhan379
    @shabeerkhan379 4 года назад +1

    Sir the way u explain is soo good!!

  • @nobody-vf5ob
    @nobody-vf5ob 4 года назад +1

    Nice explanation sir

  • @c.d.premkumar6867
    @c.d.premkumar6867 2 года назад +6

    15.50 if we have only terminals other than *, + , then how would you fill up the operator relation table ?

    • @YashBurad-cq9rj
      @YashBurad-cq9rj 5 месяцев назад

      I saw your comment 2 yrs later while learning this. Now what you are doing? Is engineering done??

    • @montogaming7239
      @montogaming7239 5 месяцев назад

      ​@@YashBurad-cq9rj pata chale to batana bro

    • @YashBurad-cq9rj
      @YashBurad-cq9rj 5 месяцев назад

      ​@@montogaming7239aisa to nhi aaega

    • @montogaming7239
      @montogaming7239 5 месяцев назад

      @@YashBurad-cq9rj bhai abhi kya karra hai

  • @SHAHBAZMUSALMAN
    @SHAHBAZMUSALMAN 7 месяцев назад +1

    Consider the following grammar
    S → ( L ) | a
    L → L , S | S
    Construct the operator precedence parser and parse the string ( a , ( a ,
    a ) ).
    can i please get the solution of this with explantion i am getting lot of different solution while surfing on the internet,please the precedence of the (,)

  • @Solo_leveling_arise_143
    @Solo_leveling_arise_143 8 месяцев назад

    Good

  • @sidhardhakunduru
    @sidhardhakunduru Год назад

    ❤️da em ardham kaale

  • @ayushbhagour7111
    @ayushbhagour7111 Год назад

    BEST!!!!!!!!!!!!!!!!!!!!!

  • @adityaverma8463
    @adityaverma8463 Год назад

    Top of the stack khud se lena h ya question me dia rhega ?

  • @55_hetpatel74
    @55_hetpatel74 6 месяцев назад

    Woww

  • @abheermehrotra329
    @abheermehrotra329 Год назад

    thankkkkkkkkkkkkkk youuuuuuuuuuuuuuuuuuuuu

  • @yashparmar5722
    @yashparmar5722 7 месяцев назад

    Thanksss

  • @reymysterio1133
    @reymysterio1133 9 месяцев назад

    thnkssssssssssssssssssssssssssssssssss

  • @judgebot7353
    @judgebot7353 Год назад +1

    S -> SbS wala part smajh mein nhi aaya 5:01

    • @Smile-rt1kv
      @Smile-rt1kv Год назад

      p->SR, R->bS in second production rule, P->SbS replacing R with bS

  • @mukuls11
    @mukuls11 4 года назад +1

    nice explanation sir