concatenation two strings recursive...
Read MoreCan all iterative algorithms be expressed recursively?...
Read MoreWhat is the name of this programming language feature and are there any real-world languages that su...
Read MoreProgram to convert context free language to push down automata?...
Read MoreDoes aabbabb belong to the regular expression ((a*| b*)bb)*?...
Read MoreRecursive vs recursively enumerable language in Turing Machines?...
Read MoreTheory of formal languages - Automaton...
Read MoreAlgorithm for regular expression intersection with cfg...
Read MoreWhy is TryParse the way round that it is?...
Read MoreWhat is the exact problem with multiple inheritance?...
Read Morewhat exactly is a "register machine"?...
Read MoreWhy can't a left-recursive, non-deterministic, or ambiguous grammar be LL(1)?...
Read MoreConfusion over the abstract formatting of an AST declaration of functions...
Read MoreExactly what is the difference between a "closure" and a "block"?...
Read MoreWhat is the definition of a "true" multidimensional array and what languages support them?...
Read MoreSLR(1) Parser and epsilon involved...
Read MoreWhat is the possible benefit (if any) of allowing recursive constructors?...
Read MoreReason for precedence of instanceof/is...
Read MoreWhy is it not possible to define an XML like element using a context free grammar?...
Read MoreCan a language be turing complete but incomplete in other ways?...
Read MoreCan someone give a simple but non-toy example of a context-sensitive grammar?...
Read MoreHow to write a concise regular expression for all strings containing "a"s, "b"s,...
Read MoreIs the language of all strings over the alphabet "a,b,c" with the same number of substring...
Read MoreThe recognizing power of "modern" regexes...
Read MoreRegular expression for strings that cointains a and an even number of b's...
Read More