Search code examples
Grammar or specification of Bison/Lemon files...


grammarbisoncontext-free-grammarlemonbisonc++

Read More
Avoiding left recursion in parsing LiveScript object definitions...


recursioncontext-free-grammarebnflivescriptgrammar-kit

Read More
Equivalent Context-Free Grammars...


context-free-grammar

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


parsingluacompiler-constructioncontext-free-grammarlr-grammar

Read More
Make a context free grammar not ambiguous...


grammarcontext-free-grammar

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


parsingcontext-free-grammarlr-grammar

Read More
How to not require spaces in ANTLR4...


parsingantlr4context-free-grammartext-parsinglexical-analysis

Read More
Representing ad-hoc operator precedence in Scala Parser...


scalaparsingcontext-free-grammar

Read More
Chomsky Normal Form Conversion Algorithm...


complexity-theorycontext-free-grammarcomputation-theorycontext-free-languagechomsky-normal-form

Read More
CFG / PEG used for Code completion?...


javascriptparsingcontext-free-grammarcode-completionpeg

Read More
Bison: rule useless in parser due to conflicts [-Wother]...


c++parsingsyntaxbisoncontext-free-grammar

Read More
understanding basics of CFG...


context-free-grammarcomputation-theorycontext-free-language

Read More
Is it possible for a subset of a non-context free language to be context-free?...


subsetcontext-free-grammarregular-language

Read More
Does CKY really require CNF?...


nlpgrammarcontext-free-grammarchomsky-normal-formcyk

Read More
Construct a context free grammar for a language in Chomsky Normal Form...


theorycontext-free-grammarcomputation-theorychomsky-normal-form

Read More
How to eliminate this Left Recursion for LL Parser...


parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
Vowels Context free grammar definition YACC...


yacclexcontext-free-grammar

Read More
Why is it not possible to define an XML like element using a context free grammar?...


grammarcontext-free-grammarlanguage-theory

Read More
Resolve ambiguity from grammar for C initialization list...


bisoncontext-free-grammarshift-reduce-conflictambiguous-grammar

Read More
Using pyparsing Forward() with multiple rules to find palindromic sequence...


pythoncontext-free-grammarpyparsing

Read More
haskell parsing contextfree-grammar to compare with a string...


parsinghaskellcontext-free-grammar

Read More
is this grammar ambiguous...


context-free-grammarambiguous-grammar

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


parsingcontext-free-grammarregex-lookaroundsdfalr-grammar

Read More
LL(1) Grammar and parsing...


grammarcontext-free-grammar

Read More
Bottom-Up-Parser: When to apply which reduction rule?...


parsingcontext-free-grammarbottom-up

Read More
Converting given ambiguous arithmetic expression grammar to unambiguous LL(1)...


parsinggrammarcontext-free-grammarformal-languages

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
Context Free pumping lemma...


theorycontext-free-grammarlanguage-theorypumping-lemma

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


parsinggrammarcontext-free-grammarll-grammarlr-grammar

Read More
Solution to a joke related to EBNF...


context-free-grammarebnfcontext-free-language

Read More
BackNext