Search code examples
How does gcc/clang parse c++ if it can't be parsed by a LR(1) parser?...

c++parsinggrammarrecursive-descentlr-grammar

Read More
Repetitions Grammar parsing S -> ( E ';' )+...

parsinggrammarparser-generatorlr-grammar

Read More
LR(1) parser - Making inline productions...

parsingcompiler-constructionstackgrammarlr-grammar

Read More
LR parser for epsilon...

parsingcompiler-constructiondfalr-grammar

Read More
Left recursion in LR(1) parsers...

parsingcontext-free-grammarlr-grammar

Read More
Is QML Grammar LALR(1)?...

qmlgrammarlr-grammarlalrlr1

Read More
Examples of LL(1), LR(1), LR(0), LALR(1) grammars?...

parsinggrammarlalrlr-grammarll-grammar

Read More
Why is this LR(1) grammar not LALR(1)?...

parsinggrammarlalrlr-grammar

Read More
LR(k) or LALR(k) parser generator with features similar to ANTLR...

parsingparser-generatorlalrlr-grammar

Read More
Is it possible that going from LR(1) to LALR(1) introduces shift/reduce conflicts?...

parsinggrammarlr-grammarlalr

Read More
How to use Warshall's algorithm for transitive closure to determine canonical LR(1) parser closu...

parsinglr-grammarfloyd-warshalltransitive-closure

Read More
Where can I find a _simple_, easy to understand implementation of an LR(1) parser generator?...

c#parsinglr-grammarlr1

Read More
What is the difference between LALR and LR parsing?...

parsingcompiler-constructioncontext-free-grammarlalrlr-grammar

Read More
LR(1) parser state size still an issue?...

parsingcompiler-constructiongrammarlalrlr-grammar

Read More
Chomsky Hierarchy: LR(k) grammars vs Deterministic CFGs?...

theorycontext-free-grammardeterministiclr-grammarchomsky-hierarchy

Read More
LR(0)/SLR/LR(1) parsing - how a production is chosen?...

algorithmparsinglr-grammar

Read More
Why are the only the states 0 and 2 present in line 8?...

parsingcompiler-constructionlr-grammar

Read More
Isn't an LR(0) parser using lookaheads as well?...

parsingcompiler-constructionll-grammarlr-grammarshift-reduce

Read More
How do I preform 'lookahead' in an OCaml lexer / how do I rollback a lexeme?...

parsingocamllr-grammarocamllexmenhir

Read More
Relationship between LR(0), LL(0), LALR(1), etc?...

parsingcompiler-constructionll-grammarlr-grammar

Read More
Is these 2 grammars equal?...

parsingcompiler-constructiongrammarcontext-free-grammarlr-grammar

Read More
What do the different kinds of LR Parsers use as lookahead?...

parsinglr-grammarbottom-up

Read More
Finding an equivalent LR grammar for the same number of "a" and "b" grammar?...

parsinggrammarcompiler-theorylr-grammar

Read More
How can I eliminate shift-reduce conflicts by the same operator...

parsinggrammarbisonlr-grammarshift-reduce-conflict

Read More
Can SLR grammar have empty productions?...

stringlr-grammar

Read More
How to identify whether a grammar is LR(n), LL(n)...

parsinggrammarll-grammarlr-grammar

Read More
SLR parsing conflicts with epsilon production...

parsinggrammarlr-grammar

Read More
Look ahead in LR(1) parsing...

parsingcompiler-constructionlr-grammar

Read More
Is this grammar (for a small subset of Lua) ambiguous?...

parsingluacompiler-constructioncontext-free-grammarlr-grammar

Read More
Understand whether a grammar is LR(1) with no parsing table...

parsingcontext-free-grammarlr-grammar

Read More
BackNext