Search code examples
Help understanding LR(1) parsers, table generation? Any other resources?...


parsingcompiler-theorycompiler-construction

Read More
Is there any performance gain from using final modifier on non-primitive static data?...


javaperformancefinalprimitivecompiler-theory

Read More
Parsing yytext for floating point number gives zero...


compiler-constructionlexflex-lexercompiler-theory

Read More
How to show grammar is not LL(1) and convert grammar to LL(1)...


parsingcompiler-constructiongrammarcontext-free-grammarcompiler-theory

Read More
C++ strange ambiguous call to overloaded function...


c++namespacescompiler-theoryambiguous

Read More
Unit testing a compiler...


unit-testingparsingtddcompiler-theoryabstract-syntax-tree

Read More
Formal approach for text processing...


algorithmcomputer-sciencecompiler-theoryautomata

Read More
Stuff that the programming languages does not allow in its syntax...


programming-languagescompiler-theory

Read More
Converting a CFG to IL...


context-free-grammarcompiler-theoryintermediate-language

Read More
Importance of dominators in reverse engineering...


javacompiler-constructiongraphcompiler-theory

Read More
Phases of a compiler?...


compiler-theory

Read More
What is an Abstract Syntax Tree/Is it needed?...


language-agnosticabstract-syntax-treecompiler-theory

Read More
LALR(2) dangling else...


parsingcompiler-theorylalr

Read More
Why do I need double parentheses  in constructor calls like: foo x( (bar()) );...


c++compiler-theorymost-vexing-parse

Read More
Implementing common subexpression elimination...


compiler-optimizationgraph-algorithmcompiler-theory

Read More
Computing the Follow Set...


compiler-theory

Read More
How can a program compiled to machine language run on different machines?...


operating-systemcompiler-theory

Read More
Keeping track of original line numbers through macro expansion...


yacclexcompiler-theorydcpu-16

Read More
Questions from the second chapter of the dragon book...


parsingcompiler-constructioncompiler-theoryparse-tree

Read More
Confusion regarding Handling of Different Pointers by Compiler...


pointerscompiler-constructioncompiler-theory

Read More
Grammar symbol attributes implementation in C...


ccompiler-constructioncompiler-theory

Read More
Avoiding Spaces in Keywords...


whitespacelanguage-designcompiler-theory

Read More
How to get the context-free grammar and its corresponding PDA ?...


grammarcontext-free-grammarcompiler-theory

Read More
Semantic analysis in compilers...


compiler-constructionsemanticscompiler-theorysemantic-analysis

Read More
Subroutine inference...


assemblycompiler-theorycomputation-theoryinformation-theory

Read More
Finding language designers and programmers...


language-designcompiler-theory

Read More
Compiler evaluation of explicit null-check vs. null-coalescing operator?...


c#compiler-constructionclrcilcompiler-theory

Read More
What knowledge is required/recommended before approaching compiler development?...


c++compiler-theory

Read More
how to remove Circular Dependency in FOLLOW set...


context-free-grammarcompiler-theory

Read More
How to merge Hoopl graph blocks / how to pass through the blocks...


haskellcompiler-optimizationcompiler-theoryhoopl

Read More
BackNext