StackOverflow Questions for Tag: lr-grammar

Abhishek Ghosh
Abhishek Ghosh

Reputation: 665

Epsilon(ε) productions and LR(0) grammars and LL(1) grammars

Score: 3

Views: 3412

Answers: 1

Read More
MingyanGuo
MingyanGuo

Reputation: 55

Is there a general way to convert an unambiguous context-free-grammar into a LALR(1) grammar?

Score: 2

Views: 1264

Answers: 1

Read More
Moritz Mahringer
Moritz Mahringer

Reputation: 1361

Preferring shift over reduce in parser for language without statement terminators

Score: 8

Views: 737

Answers: 1

Read More
Prasoon Saurav
Prasoon Saurav

Reputation: 92864

What is the difference between LR, SLR, and LALR parsers?

Score: 112

Views: 94029

Answers: 9

Read More
Ayush Kumar
Ayush Kumar

Reputation: 1

SR conflict in LR(0) and SLR(1) will always be equal for some context free grammar?

Score: 0

Views: 1067

Answers: 1

Read More
Creativity2345
Creativity2345

Reputation: 2839

What is the difference between LL and LR parsing?

Score: 280

Views: 98749

Answers: 4

Read More
arikax
arikax

Reputation: 1

What happens if you directly use LL grammar for an LR parser, after making basic syntactical changes?

Score: 0

Views: 235

Answers: 1

Read More
Iakob Fokas
Iakob Fokas

Reputation: 303

Resolving reduce/reduce conflicts

Score: 4

Views: 7997

Answers: 2

Read More
Joshua Wise
Joshua Wise

Reputation: 653

Is there a type of parser generator that handles all deterministic context-free grammars?

Score: 1

Views: 356

Answers: 1

Read More
Andrew White
Andrew White

Reputation: 53496

Limitations of LL vs LR parsers?

Score: 17

Views: 9713

Answers: 7

Read More
vesii
vesii

Reputation: 3128

Why this grammar has Reduce/Reduce conflict in LR(0)?

Score: 0

Views: 673

Answers: 1

Read More
Anastasia Kar
Anastasia Kar

Reputation: 33

reduce-reduce, shift-reduce conflicts in a grammar

Score: 0

Views: 419

Answers: 2

Read More
vesii
vesii

Reputation: 3128

Understanding when reducing in SLR grammar

Score: 0

Views: 835

Answers: 1

Read More
kam
kam

Reputation: 669

Precedence/associativity implmentation

Score: 0

Views: 333

Answers: 1

Read More
von spotz
von spotz

Reputation: 895

LR-Parsing-Table: What determines next state in reduce-actions?

Score: 1

Views: 469

Answers: 0

Read More
von spotz
von spotz

Reputation: 895

What are the columns in a LR Parsing Table?

Score: 0

Views: 214

Answers: 1

Read More
sap
sap

Reputation: 87

Discussion of LR(1) items: meaning?

Score: 0

Views: 514

Answers: 2

Read More
84d7dc197
84d7dc197

Reputation: 23

Difference between LL and LR Parsing

Score: 1

Views: 622

Answers: 1

Read More
zell
zell

Reputation: 10204

How does LR parsing parse the word "a b" in this grammar: S -> a b | a T ; T -> a

Score: 0

Views: 94

Answers: 2

Read More
geckos
geckos

Reputation: 6289

How do I expand the item set for this grammar?

Score: 0

Views: 159

Answers: 1

Read More
PreviousPage 2Next