Search code examples
concatenation two strings recursive...


crecursionstring-concatenationlanguage-theory

Read More
Can all iterative algorithms be expressed recursively?...


programming-languagesrecursioniterationlanguage-theory

Read More
What is the name of this programming language feature and are there any real-world languages that su...


programming-languagespseudocodelanguage-theory

Read More
Program to convert context free language to push down automata?...


context-free-grammarlanguage-theorypushdown-automaton

Read More
Does aabbabb belong to the regular expression ((a*| b*)bb)*?...


context-free-grammarregular-languageautomatalanguage-theory

Read More
Recursive vs recursively enumerable language in Turing Machines?...


turing-machinesautomata-theorylanguage-theorydecidable

Read More
Theory of formal languages - Automaton...


language-theory

Read More
Algorithm for regular expression intersection with cfg...


algorithmgrammarlanguage-theory

Read More
Why is TryParse the way round that it is?...


c#language-theory

Read More
The while language...


while-looplanguage-theory

Read More
What is the exact problem with multiple inheritance?...


oopmultiple-inheritancelanguage-theory

Read More
what exactly is a "register machine"?...


pythonlanguage-designlanguage-theorylanguage-implementation

Read More
Why can't a left-recursive, non-deterministic, or ambiguous grammar be LL(1)?...


parsingcompiler-constructiongrammarll-grammarlanguage-theory

Read More
Confusion over the abstract formatting of an AST declaration of functions...


c++compiler-constructionabstract-syntax-treelanguage-theory

Read More
Exactly what is the difference between a "closure" and a "block"?...


programming-languagescomputer-sciencetheorylanguage-theory

Read More
What is the definition of a "true" multidimensional array and what languages support them?...


language-agnosticmultidimensional-arrayjagged-arrayslanguage-theory

Read More
SLR(1) Parser and epsilon involved...


parsingtheorygrammarcompiler-theorylanguage-theory

Read More
Defining a finite automata Coq...


coqfinite-automatalanguage-theory

Read More
What is the possible benefit (if any) of allowing recursive constructors?...


javarecursionconstructorlanguage-theory

Read More
Static types and conversions...


programming-languageslanguage-theoryalgolalgol68

Read More
Reason for precedence of instanceof/is...


c#javalanguage-theory

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


grammarcontext-free-grammarlanguage-theory

Read More
Context Free pumping lemma...


theorycontext-free-grammarlanguage-theorypumping-lemma

Read More
Can a language be turing complete but incomplete in other ways?...


language-agnosticcompiler-constructionprogramming-languageslanguage-theoryturing-complete

Read More
Can someone give a simple but non-toy example of a context-sensitive grammar?...


grammarautomatacomputation-theorylanguage-theorycontext-sensitive-grammar

Read More
How to write a concise regular expression for all strings containing "a"s, "b"s,...


regexformal-languageslanguage-theory

Read More
Is the language of all strings over the alphabet "a,b,c" with the same number of substring...


grammarlanguage-theory

Read More
The recognizing power of "modern" regexes...


regexperltheorycontext-free-grammarlanguage-theory

Read More
Regular expression for strings that cointains a and an even number of b's...


regexstringregular-languagelanguage-theory

Read More
Given grammar ambiguous or not?...


programming-languagesgrammarcontext-free-grammarlanguage-theory

Read More
BackNext