Search code examples
How to deal with unary minus and exponentiation in an expression parser...


expressioncontext-free-grammarebnf

Read More
Pumping lemma for CFLs...


computer-sciencecontext-free-grammarpumping-lemma

Read More
What's wrong with this ANTLR grammar?...


antlrantlr4context-free-grammar

Read More
Context-free grammar for the language L = {a^(n)b^(m)c^(k): m = |i - k|}...


context-free-grammarregular-languageformal-languagescontext-free-language

Read More
Describe the language generated by this context-free grammar...


context-free-grammarregular-languageformal-languagescontext-free-language

Read More
How do I write a grammar for this (negative lookaheads in Peg.js)?...


context-free-grammarpegjs

Read More
Converting ambiguous language to unambiguous...


grammarcontext-free-grammarambiguous-grammar

Read More
Why specify a separate production for assignment operator with `=` literal instead of part `Assignme...


javascriptecmascript-6context-free-grammarcompiler-construction

Read More
NLTK and PYTHON GRAMMAR...


pythonnltkcontext-free-grammar

Read More
Pycharm: What is the file type of cfg and .pylintrc files (For syntax highlighting)...


pythonpycharmsyntax-highlightingcontext-free-grammarpylintrc

Read More
NLTK: Adding two values for a feature in FCFG...


pythonnltkcontext-free-grammar

Read More
Context free grammar with feature structure in Python...


python-3.xnlpnltkcontext-free-grammar

Read More
Eliminating this Shift-Reduce conflict in PLY Grammar...


pythoncompiler-constructionyacclexcontext-free-grammar

Read More
Specify NLTK feature grammar within Python function in code...


pythonnlpnltksemanticscontext-free-grammar

Read More
CFG for string of length 3...


context-free-grammarcomputation-theory

Read More
BNF (EBNF) to describe table format with optional columns...


context-free-grammarbnfebnfcontext-sensitive-grammar

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


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

Read More
Removal of indirect left recursion (I don't understand formal symbols)...


antlr4context-free-grammarleft-recursion

Read More
Elimination left recursion for E := EE+|EE-|id...


parsingcompiler-constructiongrammarcontext-free-grammarlexical-analysis

Read More
Design a context free grammar language where length of a = double length of b...


theorycontext-free-grammarcontext-free-language

Read More
What is wrong with this grammar?...


bisoncontext-free-grammar

Read More
Seemingly equivalent Menhir rules change the shift/reduce conflicts found in grammar...


parsingcompiler-constructionocamlcontext-free-grammarmenhir

Read More
can removing left recursion introduce ambiguity?...


parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
Matching part of a DFG in Prolog...


prologpattern-matchinggrammarcontext-free-grammar

Read More
Removing specific dictionary values inside a loop...


pythondictionarycontext-free-grammar

Read More
Extract probabilities and most likely parse tree from cyk...


nlpprobabilitycontext-free-grammarhidden-markov-modelscyk

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
What's wrong with this Rascal grammar?...


context-free-grammarrascal

Read More
Possible bug: What is the meaning of this Rascal grammar-rule?...


context-free-grammarrascal

Read More
Is there a way in Rascal to generate the syntax definition of a grammar from its corresponding datat...


context-free-grammardata-conversionrascal

Read More
BackNext