Search code examples
How to do I parse a input string in SLR(1) parser with grammar having epsilon?...

parsingcompiler-constructiongrammartheorylr-grammar

Read More
How to identify whether a grammar is LL(1), LR(0) or SLR(1)?...

parsinggrammarlr-grammarll-grammar

Read More
What is the difference between LR(0) and SLR parsing?...

algorithmparsingcompiler-constructionlr-grammar

Read More
How to handle epsilon production in CLR(1) parsing?...

parsingcompiler-constructionlr-grammar

Read More
What is an LR(2) parser? How does it differ from an LR(1) parser?...

algorithmparsinglr-grammar

Read More
Grammar parser for parsing parliamentary debates?...

pythonnlpgrammarpeglr-grammar

Read More
SLR(1) and LALR(1) grammar conflicts...

parsinggrammarcontext-free-grammarlr-grammar

Read More
Should a merge failure stop the LR(1) to LALR(1) conversion...

parsingcompiler-constructionlr-grammarlalr

Read More
How do I see that there is a conflict in the LR(0) items automata?...

parsingcompiler-constructionautomatalr-grammar

Read More
LR(1) item sets for left recursive grammar...

parsinglr-grammarlr1

Read More
How many ways are there to build a parser?...

parsingcompiler-constructionantlrll-grammarlr-grammar

Read More
What advantages do LL parsers have over LR parsers?...

parsingparser-generatorlalrll-grammarlr-grammar

Read More
Epsilon(ε) productions and LR(0) grammars and LL(1) grammars...

parsinggrammarll-grammarlr-grammar

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

algorithmparsingcontext-free-grammarlalrlr-grammar

Read More
Preferring shift over reduce in parser for language without statement terminators...

parsingrustgrammarlr-grammarambiguous-grammar

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

algorithmparsingcompiler-constructiongrammarlr-grammar

Read More
Resolving reduce/reduce conflicts...

parsinglr-grammarshift-reduce-conflictreduce-reduce-conflict

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

parsingcontext-free-grammarparser-generatorlr-grammarglr

Read More
Limitations of LL vs LR parsers?...

programming-languagesparser-generatorll-grammarlr-grammar

Read More
Precedence/associativity implmentation...

parsinglr-grammarlanguage-implementation

Read More
Discussion of LR(1) items: meaning?...

parsingcompiler-constructionlr-grammar

Read More
Difference between LL and LR Parsing...

parsingcontext-free-grammarll-grammarlr-grammar

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

parsinggrammarcontext-free-grammarlr-grammar

Read More
How does LR parsing select a qualifying grammar production (to construct the parse tree from the lea...

parsinglr-grammar

Read More
Why does this Grammar work in LALR(1) but not LR(1)...

parsinglr-grammarlalrlr1

Read More
How do Java, C++, C#, etc. get around this particular syntactic ambiguity with < and >?...

javaparsinggrammarcontext-free-grammarlr-grammar

Read More
Can LR(1) parsing table size be the same as LALR(1) parsing table for some grammar?...

parsingcompilationcompiler-constructionlr-grammarlalr

Read More
Parsing table size (bottom-up)...

parsingcompiler-constructionlr-grammarbottom-up

Read More
Is this grammar LR(2) and how can i determine it?...

parsinggrammarcomputation-theorylr-grammar

Read More
LR(1) - How do I know how many items to pop of the node stack when there are epsilon productions?...

parsingcompiler-constructionstackgrammarlr-grammar

Read More
BackNext