Search code examples
Regex and grammar free context conversion...


regexexpresscontext-free-grammar

Read More
How to make this CFG conflict free?...


grammarcontext-free-grammarautomata

Read More
Parsing X.509 ASN.1 binary data...


algorithmparsinggrammarcontext-free-grammar

Read More
NLTK CFG ValueError: Grammar does not cover some of the input words...


pythonparsingnltkgrammarcontext-free-grammar

Read More
how to make a context free grammar with no left recursion to include a left recursion (without chang...


recursioncontext-free-grammarleft-recursion

Read More
Converting a context free grammar into a regular grammar...


context-free-grammarleft-recursion

Read More
Genome representation for a NLTK sentence...


pythonnltkgenetic-algorithmcontext-free-grammar

Read More
What is non LL(*) about this right-recursive Antlr rule?...


context-free-grammarantlr3

Read More
The term "context" in programming languages and how context is affected by loading and upd...


ccompiler-constructiongrammarcontext-free-grammarformal-languages

Read More
Why is T⇒T false, but T⇒∗T true?...


computer-sciencecontext-free-grammar

Read More
How do I make grammar with optional prefix LL(2)?...


compiler-constructiongrammarcontext-free-grammar

Read More
Is this context-free grammar unambiguous?...


grammartheorycontext-free-grammar

Read More
Why does ANTLR not parse the entire input?...


parsingantlrcontext-free-grammar

Read More
How does FOLLOW work for the following CFG?...


compiler-constructioncontext-free-grammarll-grammar

Read More
How is this parse tree generated?...


context-free-grammarparse-tree

Read More
Why is bottom-up parsing more common than top-down parsing?...


parsingcontext-free-grammar

Read More
Synthesized vs Inherited Attributes...


parsingcompiler-constructionabstract-syntax-treecontext-free-grammarsemantic-analysis

Read More
Is concatenation of a non regular language with a regular language always not regular?...


computer-sciencecontext-free-grammarregular-languagechomsky-normal-form

Read More
Need help checking if my CFG question is correct...


regexcomputer-sciencecontext-free-grammarformal-languages

Read More
Implementation of a context-free grammar for logical operators with parentheses...


parsingcontext-free-grammarcomputation-theorycontext-free-language

Read More
Examples of various XML definitions...


xmlgrammarcontext-free-grammarw3c

Read More
Troubles using Bison's recursive rules, and storing values using it...


grammarbisoncontext-free-grammar

Read More
Finding a grammar or a pushdown automaton that recognizes { a^i b^j b^i a^j | i,j >= 0 }...


context-free-grammarautomatapushdown-automatonautomaton

Read More
FOLLOW Set of grammar having left factoring eliminated...


context-free-grammar

Read More
Simplifying CFG: S -> SS | (S) | ε...


context-free-grammarcontext-free-language

Read More
How to get the second leftmost derivation in this example?...


context-free-grammarcomputation-theoryambiguity

Read More
Grammar for recursive descent parsing...


parsinggrammarcontext-free-grammar

Read More
Difference between LL and LR Parsing...


parsingcontext-free-grammarll-grammarlr-grammar

Read More
ANTLR4 CPP14 Grammar not able to identify decimal numbers...


c++antlr4context-free-grammar

Read More
Manually parsing a simple grammar...


parsinggrammarcontext-free-grammartext-parsing

Read More
BackNext