List Question
20 TechQA 2024-03-22T20:07:05.553000Java CUP produces Shift-Reduce conflict when parsing a grammar for a C++ type language
41 views
Asked by IkerUCM
Does Golang have LR(1) grammar?
128 views
Asked by House MD
Using Tree Sitter, How to disable extras in string literal?
218 views
Asked by uben
How to turn a Grammar to LR(0)
68 views
Asked by Abdullah Garra
How to handle epsilon production in CLR(1) parsing?
518 views
Asked by Tsubasa
How to understand Example-4.64 of the syntax analysis chapter in Dragon Book?
53 views
Asked by dtwang
LALR, LR(1) and SLR
116 views
Asked by xXMarcoXx
checking if the following grammar is LR(0) and LR(1)
132 views
Asked by CS2000
Grammar parser for parsing parliamentary debates?
59 views
Asked by baradhili
SLR(1) and LALR(1) grammar conflicts
815 views
Asked by Zan
Should a merge failure stop the LR(1) to LALR(1) conversion
96 views
Asked by Felix.leg
LR(1) item sets for left recursive grammar
499 views
Asked by ishaangupte
Epsilon(ε) productions and LR(0) grammars and LL(1) grammars
2.4k views
Asked by Abhishek Ghosh
Preferring shift over reduce in parser for language without statement terminators
547 views
Asked by Moritz Mahringer
SR conflict in LR(0) and SLR(1) will always be equal for some context free grammar?
871 views
Asked by Ayush Kumar
What happens if you directly use LL grammar for an LR parser, after making basic syntactical changes?
194 views
Asked by arikax
Is there a type of parser generator that handles all deterministic context-free grammars?
374 views
Asked by Joshua Wise
Why this grammar has Reduce/Reduce conflict in LR(0)?
433 views
Asked by vesii
How do I see that there is a conflict in the LR(0) items automata?
156 views
Asked by vesii
Understanding when reducing in SLR grammar
598 views
Asked by vesii