Search code examples
How to enforce using the same production for non-terminal symbol in a rule?...


parsingantlrantlr4context-free-grammar

Read More
Context free grammar for languages with more number of as than bs...


context-free-grammarlexical-analysis

Read More
Issue with Bison Parser for Handling for Loops (Syntax Error)...


compiler-constructionbisonyacclexcontext-free-grammar

Read More
Context free grammar for non-palindrome...


context-free-grammarcomputation-theory

Read More
Is it possible to construct an LR(0) state machine for a recursive grammar?...


context-free-grammarshift-reduce-conflict

Read More
How can a programming language that is specified using a context-free grammar, be capable of express...


compilationinterpretercontext-free-grammarautomataturing-machines

Read More
How can I construct a grammar that generates this language?...


grammarcontext-free-grammarautomata

Read More
Resolve shift/reduction conflict in grammar for expressions in PLY for calls to embedded functions...


pythoncompiler-constructioninterpretercontext-free-grammarply

Read More
What does context mean by context-free and context-sensitive grammars?...


context-free-grammarcontext-sensitive-grammar

Read More
how to find the grammar of this Language?...


palindromecontext-free-grammarcomputation-theorychomsky-normal-formchomsky-hierarchy

Read More
ANTLR4 - parse function-like structures in regular text...


parsingantlr4context-free-grammar

Read More
Finding FIRST sets in a grammar...


parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
Making a Grammar LL(1)...


parsingprogramming-languagesgrammarcontext-free-grammarll-grammar

Read More
Is the language {0^n 1^n 0^k | k != n} context free?...


computer-sciencecontext-free-grammarregular-languagepushdown-automaton

Read More
CFG for A = { w | w has odd length where first, middle and last symbols are equal }, w from {0,1}* (...


context-free-grammar

Read More
Is C++ context-free or context-sensitive?...


c++syntaxgrammarcontext-free-grammarcontext-sensitive-grammar

Read More
Relation between Left factoring a grammar and removing epsilon...


grammarcontext-free-grammar

Read More
Count words in context free grammar...


context-free-grammar

Read More
What is the context free grammar for the complement of the double word over 0,1?...


context-free-grammarcomputation-theory

Read More
How can left-factoring eliminate backtracking while there are non-terminals?...


parsingcontext-free-grammar

Read More
Is this languages REGULAR / CONTEXT FREE but not REG / Nothing?...


context-free-grammarregular-languagecontext-free-language

Read More
How to enumerate the strings of a context-free grammar?...


grammarcontext-free-grammarenumerate

Read More
Can epsilon production be assumed in a left recursive grammar...


grammarcontext-free-grammarleft-recursionautomata-theory

Read More
Why isn't this a[1+2] accepted? - ANTLR4 Grammar error...


antlr4context-free-grammar

Read More
Regex-like syntax or CFG for generating cartesian product of concatenated string variables and liter...


regexstringcontext-free-grammar

Read More
What level of backtracking does this parser combinator library need?...


backtrackingcontext-free-grammarparser-combinators

Read More
Shift/reduce issue in bison due to empty rule...


bisoncontext-free-grammar

Read More
PEGjs: Request Help/guide in defining Arithmetic functions...


javascriptcontext-free-grammarpegjs

Read More
Simple arithmetic parser created with Kotlin and better-parse fails...


kotlinparsinggrammarcontext-free-grammar

Read More
CFG for L={ a^n b^m : n <= m+3 , n,m>=0}...


context-free-grammarcontext-free-language

Read More
BackNext