Search code examples
What is the easiest way of telling whether a BNF grammar is ambiguous or not?...

parsinggrammarbnfambiguous-grammar

Read More
How to check if this grammar is ambiguous or not?...

grammarambiguous-grammar

Read More
How to distinguish the class member from global variable with the same name in Dart?...

dartclassglobal-variablesglobalambiguous-grammar

Read More
Conflict in ambiguous grammar due to ordered declaration of optional blocks...

syntaxgrammarcontext-free-grammarambiguous-grammarcup

Read More
Pretty printing ambiguous grammar...

compiler-constructionabstract-syntax-treepretty-printambiguous-grammar

Read More
ANTLR: Why is this grammar rule for a tuples not LL(1)?...

parsingcompiler-constructionantlrgrammarambiguous-grammar

Read More
Bison reduce/reduce conflict between lambda expression and parenthesized identifier...

grammarbisonambiguous-grammarreduce-reduce-conflict

Read More
How to create an object in a form like this: ifstream in();...

c++definitionfunction-declarationambiguous-grammar

Read More
Removing sensitive data from Git. "fatal: ambiguous argument 'rm'"...

linuxgitambiguous-grammar

Read More
How to generate all possible parsings of an ambiguous grammar...

pythonparsinggrammarambiguous-grammar

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

parsingrustgrammarlr-grammarambiguous-grammar

Read More
How does the latest ANTLR4 resolve the "dangling else" ambiguity?...

antlr4compiler-theoryambiguous-grammardangling-else

Read More
Difficulty fixing dangling else problem without assoc in Bison...

parsingcompiler-constructionbisonambiguous-grammar

Read More
How can I make this grammar unambiguous?...

pythonparsinggrammarambiguous-grammarlark-parser

Read More
Parser/Grammar: 2x parenthesis in nested rules...

parsinggrammarparenthesesrecursive-descentambiguous-grammar

Read More
Is this context free grammar ambiguous?...

context-free-grammarambiguous-grammar

Read More
Bison compiler: remove conflicts...

ccompiler-constructionbisonambiguous-grammar

Read More
Syntax Error in Lex and Yacc caused by scanner or parser...

bisonflex-lexeryacclexambiguous-grammar

Read More
ANTLR ambiguity...

parsingantlrambiguous-grammar

Read More
CFG: Why is this grammar ambiguous?...

grammarcontext-free-grammarcontext-free-languageambiguous-grammar

Read More
why is this a ambiguous grammar?...

context-free-grammarambiguous-grammar

Read More
Simple ambiguous grammar with reduce-reduce conflict...

grammarbisonreduce-reduce-conflictambiguous-grammar

Read More
LL1 grammar for arithmetic expressions and assignments...

parsingocamlgrammarambiguous-grammar

Read More
Shift/reduce conflicts using Sablecc...

parsingcompiler-constructionshift-reduce-conflictambiguous-grammarsablecc

Read More
Converting ambiguous language to unambiguous...

grammarcontext-free-grammarambiguous-grammar

Read More
Bison how to describe optional syntax in grammar without shift-reduce conflicts?...

bisonflex-lexershift-reduce-conflictambiguous-grammar

Read More
Chomsky languages: how to recognize them?...

grammarcontext-free-grammarambiguous-grammarcontext-sensitive-grammarchomsky-hierarchy

Read More
BNF grammar associativity...

grammarbnfassociativityambiguous-grammar

Read More
Fully left-factor the following grammar so that it is suitable for use in a top-down compiler...

recursioncompiler-constructioncontext-free-grammarambiguous-grammar

Read More
If then else ambiguity in CUP...

if-statementgrammarambiguous-grammarcup

Read More
BackNext