Search code examples
Is it possible that going from LR(1) to LALR(1) introduces shift/reduce conflicts?...


parsinggrammarlr-grammarlalr

Read More
Is there any example of language grammar that possible for Yacc to express but impossible for Antlr4...


compiler-constructionantlr4yaccll-grammarlalr

Read More
Grammar matching regex character classes, trailing dash...


parsinggrammarbnflalr

Read More
Is C#'s lambda expression grammar LALR(1)?...


c#parsinglalr

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
Packrat parsing vs. LALR parsing...


parsingparser-generatorlalr

Read More
why is `int test {}` a function definition in C language BNF...


cparsingbnflalrglr

Read More
Is possible to print all the posibilities of an expression like (x AND ( y OR z)) with yacc?...


pythonparsingyaccplylalr

Read More
Bison LALR shift/reduce conflicts...


bisonyacclalr

Read More
Is there a good yacc/bison type LALR parser generator for .NET?...


.netyacclalr

Read More
Can this seeming ambiguity be parsed in a LALR(1) parser (PLY)?...


parsingyaccplylalr

Read More
Shift/reduce conflict in yacc grammar...


parsinggrammaryacclalr

Read More
In Menhir is it possible to make a rule left-associative if it does not have an operator?...


parsingocamllalrmenhir

Read More
rust lalrpop lexing ambiguity: non-greedy matching inside of brackets...


rustlalr

Read More
How to test grammar changes in yacc/lalr(1) for backwards compatibilitiy?...


parsingyaccparser-generatorlalr

Read More
Resolving LALR Ambiguities...


parsingcompiler-constructiongrammarlalrambiguous-grammar

Read More
Cannot resolve the following reduce-reduce error (LALR parses)...


parsingbisonyacclalrbisonc++

Read More
Lemon Parser: This rule can not be reduced...


parsinggrammarlalrlemon

Read More
\[$end\] lookaheads in LALR...


parsingbisonregex-lookaroundslalrshift-reduce-conflict

Read More
LALR Parser Generator Implementation Problem...


parsingcontext-free-grammarparser-generatorlalr

Read More
Parsing with parenthesis and different types of expressions...


parsinglalrhappy

Read More
how to give action for every rule bison...


compiler-constructionbisonlalrbisonc++

Read More
Regular vs LALR(1): what is faster...


regexparsinglalr

Read More
Why is a multiplication without an LHS valid in C?...


ccompiler-constructionlalr

Read More
How to solve a shift/reduce conflict?...


grammarlalrshift-reduce-conflict

Read More
Bison- shift/reduce conflicts...


bisonlalr

Read More
Can this be parsed by a LALR(1) parser?...


parsingcompiler-constructionbisonlalrshift-reduce-conflict

Read More
Resolving shift/reduce conflict for default label in switch block...


pythonplylalrunrealscript

Read More
Effect of yacc operator associativity declaration on expressions that have just a few tokens...


grammaryacclr-grammarlalrassociativity

Read More
BackNext