Search code examples
Effect of yacc operator associativity declaration on expressions that have just a few tokens...


grammaryacclr-grammarlalrassociativity

Read More
Why doesn't ANTLR "over-reduce" this expression?...


parsingantlrantlr4lr-grammar

Read More
LR(1) Item DFA - Computing Lookaheads...


parsingcontext-free-grammarregex-lookaroundsdfalr-grammar

Read More
Is a context-free grammar that can be transformed into a LR parsing table unambiguous?...


parsinglanguage-designcontext-free-grammarlr-grammarambiguous-grammar

Read More
Definition of Shift/Reduce conflict in LR(1) parsing...


parsingcompiler-constructiontheorylr-grammar

Read More
Is it possible to write a recursive-descent parser for this grammar?...


parsinggrammarcontext-free-grammarll-grammarlr-grammar

Read More
Is it possible to transform this grammar to be LR(1)?...


parsinggrammarcontext-free-grammarlr-grammar

Read More
Operator precedence with LR(0) parser...


parsingoperatorsbnflr-grammarassociativity

Read More
Python lrparsing module; cannot parse simple recursive grammar...


pythonlr-grammar

Read More
Why does a LR(1) DFA doesn't have a Shift/Reduce conflict?...


compiler-constructiondfalr-grammar

Read More
Find an equivalent LR grammar...


parsingcompiler-constructiongrammarcontext-free-grammarlr-grammar

Read More
Generate the LR parse table from the Lemon Parser Generator...


parsinglr-grammarlemon

Read More
Why are all LL(1) grammars LR(1)?...


theorygrammarprooflr-grammarll-grammar

Read More
LR(1) parse straight to Abstract syntax tree...


javaparsingtreeabstract-syntax-treelr-grammar

Read More
How do I translate LR(1) Parse into a Abstract syntax tree?...


abstract-syntax-treelr-grammarsemantic-analysislr1concrete-syntax-tree

Read More
Is this grammar LR(1)?...


parsingcompiler-constructiongrammarcontext-free-grammarlr-grammar

Read More
Is there a rule of thumb for which symbol to shift first when generating LR(0) parser table?...


parsinglr-grammar

Read More
Not sure if this LR(1) grammar has shift/reduce conflict...


parsingcompiler-constructionprogramming-languagesgrammarlr-grammar

Read More
LR(1) parser online verification...


parsingcompiler-constructionlr-grammar

Read More
Pass values as arguments to rules...


parsingocamllr-grammarmenhir

Read More
A Grammar And some challenge about SLR, LALR...


compiler-constructionprogramming-languagesll-grammarlalrlr-grammar

Read More
difficulty solving this example in LR parsing?...


parsinglr-grammar

Read More
Parsing special cases...


parsingcontext-free-grammarpegll-grammarlr-grammar

Read More
Can a reduction and GOTO be in one state in LR Parsing?...


parsingsyntaxcompiler-constructioncontext-free-grammarlr-grammar

Read More
How can a lexer extract a token in ambiguous languages?...


parsingsyntaxgrammarlexerlr-grammar

Read More
Can an LR(1) parser parse this grammar?...


parsingcontext-free-grammarlr-grammar

Read More
Is there an LR(0) parsing algorithm that handles S/R and R/R conflicts?...


parsinglr-grammar

Read More
If the grammar is ambiguous then there exists exactly one handle for each sentential form.?...


parsingcompiler-constructiongrammarlr-grammarambiguous-grammar

Read More
LR(k) to LR(1) grammar conversion...


parsingcompiler-constructionbisonlr-grammar

Read More
deciding whether the grammar is LR(0) or not...


parsingcompilationgrammarlr-grammarbottom-up

Read More
BackNext