Search code examples
Free Lexical Analyzer / Scanner Source...


compiler-theorylexical-analysis

Read More
complexity of parsing C++...


c++parsingtheorybig-ocompiler-theory

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


parsingtheorygrammarcompiler-theorylanguage-theory

Read More
Finding an equivalent LR grammar for the same number of "a" and "b" grammar?...


parsinggrammarcompiler-theorylr-grammar

Read More
How do compilers compile virtual/overridden methods...


oopcompiler-constructioncompiler-theory

Read More
Unambiguous grammar for arithmetic expression with Unary + and -...


grammarcompiler-theory

Read More
C++ anonymous struct pointer assignment...


c++pointerscastinganonymous-typescompiler-theory

Read More
Type of error in expression evaluating process...


compiler-theory

Read More
Moving recursive calls in "almost tail position" to true tail position...


recursionfunctional-programmingtheorytail-recursioncompiler-theory

Read More
How does a compiler know if something is allocated on the stack or heap?...


ccompiler-theory

Read More
Converting a grammar into LL(1) grammar: some problems...


compiler-constructiongrammarcompiler-theory

Read More
Why can't dead code detection be fully solved by a compiler?...


compiler-theory

Read More
Why we can't implement polymorphism in C++ without base class pointer or reference?...


c++oopcompiler-theory

Read More
Pass Directory Context to Compiler...


ccompiler-constructioncompiler-theory

Read More
What are GCC's passes and invoked programs?...


gcccode-generationcompiler-theory

Read More
Cross Compiling vs Virtual Machines...


vm-implementationcompiler-theorycompiler-construction

Read More
In object oriented programming, is it safe to always downcast a variable?...


theorycompiler-theory

Read More
Compilers: Register Allocation Against Complex Branching/Jumps...


compiler-constructioncompiler-theory

Read More
Classic Academic Textbooks...


compiler-theory

Read More
Verifying data types/structs in a parser...


cparsingcompiler-constructionscopecompiler-theory

Read More
Is performance of "less/greater than than" better than "less/greater than or equal to...


performancetheorycompiler-theory

Read More
What is an example of a lexical error and is it possible that a language has no lexical errors?...


compiler-theoryjflex

Read More
What kind of code is a JavaScript engine likely to elide?...


javascriptcode-coveragestatic-analysiscompiler-theorydead-code

Read More
Code generation for expressions with fixed/preassigned register...


calgorithmcompiler-constructioncode-generationcompiler-theory

Read More
Syntax Directed Translation and Semantic Analysis...


parsingcompiler-constructioncompiler-theory

Read More
(When) Should I learn compilers?...


compiler-theory

Read More
Theory of interpreters, partial evaluators, and compilers...


compiler-constructioninterpretercomputation-theorycompiler-theorystack-machine

Read More
Conditional Dependencies in Compiler Semantic Analysis Passes...


compiler-theory

Read More
What is the reason for the creation of LLVM?...


compiler-constructionllvmcompiler-theory

Read More
programming a "compiler" - any way of knowing if a { (opener) was } (closed)?...


javaregexcompiler-theorylanguage-theory

Read More
BackNext