Search code examples
Please, explain me a solution to exercise 2.2.1 of "Compilers. Dragon book"...


compiler-construction

Read More
The binary generated using compiler depends on which factors?...


compilationbinarycompiler-constructionbinaryfiles

Read More
How to differentiate between operators and numbers...


javascriptcompiler-constructiondsl

Read More
Zephyr ASDL (Abstract Syntax Description Language)...


pythonsyntaxcompiler-constructiondefinitionasdl

Read More
Why are the variables "i" and "j" considered dead in the control flow graph?...


loopsoptimizationcompiler-constructionintermediate-languagecontrol-flow-graph

Read More
Bison yyerror ignore next token on grammar...


ccompilationcompiler-constructionbisonflex-lexer

Read More
How does this vectorized code not overwrite memory?...


ccompiler-constructionclangsimdauto-vectorization

Read More
Register assignment for outer loops...


compiler-constructioncode-generationregister-allocation

Read More
What does GNU flex library libfl provide?...


compiler-constructioncompilationgnubisonflex-lexer

Read More
How to write the Visitor Pattern for Abstract Syntax Tree in Python?...


pythonparsingcompiler-constructionabstract-syntax-treevisitor-pattern

Read More
Difference between compilers and parsers?...


parsingcompiler-construction

Read More
Jflex get input filename...


javacompiler-constructionfilenamesjflex

Read More
What does the equal '=' actually do in rust (with/without 'let')?...


rustbindingcompiler-constructionassign

Read More
Why C language build process includes 'assemble' process?...


assemblybuildcompiler-construction

Read More
What is the highest stage in compilation, where a "name" can be entered into the symbol ta...


compiler-constructionsymbol-table

Read More
Please, help me to understand parsing trees example from craftinginterpreters.com...


compiler-constructionrecursive-descent

Read More
SLR(1) parser with epsilon transitions in the grammar...


parsingcompiler-constructioncomputer-sciencegrammarformal-languages

Read More
C avoids cycles in type graphs by using structural equivalence for all types except records...


ccompiler-constructionrecordpascaltypechecking

Read More
Writing a MakeFile for a C compiler, getting a "no input files" fatal error...


makefilecompiler-constructionyacc

Read More
.NET compiler - CLR assembly metadata access / reflection from non-managed C++...


.netc++compiler-constructionilasm

Read More
How does code from different languages get integrated in the same platform?...


clinuxrustcompiler-constructionjit

Read More
Bison - Productions for longest matching expression...


parsingcompiler-constructiongrammarbisonambiguity

Read More
In shift reduce parsing why the handle always eventually appear on top of the stack and never inside...


parsingcompiler-construction

Read More
Implementing a symbol tables to store values for different types C++...


c++data-structurescastingcompiler-construction

Read More
Parse grammar for a member expression...


parsingcompiler-constructionabstract-syntax-tree

Read More
Show that an LR(1) grammar that is not LALR(1) must have only reduce/reduce conflicts...


compiler-constructiongrammarlalrlr1

Read More
Headers compiling faster?...


cheadercompiler-construction

Read More
Algorithm to have garbage collection when compiling to c...


calgorithmgarbage-collectioncompiler-construction

Read More
C #pragma is preprocess or compile time operation?...


ccompiler-constructionc-preprocessor

Read More
The term "context" in programming languages and how context is affected by loading and upd...


ccompiler-constructiongrammarcontext-free-grammarformal-languages

Read More
BackNext