Search code examples
Compiler evaluation of explicit null-check vs. null-coalescing operator?...

c#clrcilcompiler-theory

Read More
Determining the maximum stack depth...

stackstatic-analysiscompiler-theorycontrol-flow-graphstack-size

Read More
C or C++ to write a compiler?...

c++ccomparisoncompiler-theory

Read More
Which programming languages have a regular grammar?...

programming-languagescompiler-theoryregular-language

Read More
What is the simplest way to hand-parse left recursive grammars?...

parsinglanguage-agnosticgrammarcompiler-theory

Read More
How are Lambda Expressions Translated Into Java Byte Code...

javalambdajvmjava-8compiler-theory

Read More
Are there any "fun" ways to learn about Languages, Grammars, Parsing and Compilers?...

compiler-theory

Read More
What is the point of the 4 grammars specified in Chomsky hierarchy?...

automataformal-languagescompiler-theorychomsky-hierarchy

Read More
What's the difference between parse trees and abstract syntax trees (ASTs)?...

compiler-constructionterminologycompiler-theoryabstract-syntax-treeparse-tree

Read More
What programming languages are context-free?...

compiler-theorycontext-free-grammar

Read More
Questions about implementation of a global register allocator for the tiny c compiler...

compiler-constructiontimecompiler-theorytcc

Read More
How does the latest ANTLR4 resolve the "dangling else" ambiguity?...

antlr4compiler-theoryambiguous-grammardangling-else

Read More
Is there any language where names can include space characters?...

programming-languagescompiler-theory

Read More
Heap Object representation for OO language...

garbage-collectionheap-memorycompiler-theoryobject-layout

Read More
LR1 Parser and Epsilon...

parsingcompiler-theorylr1

Read More
Reversible computing platform...

programming-languagesfunctional-programmingruntimecompiler-theory

Read More
Are there such a thing as LL(0) parsers?...

parsingcompiler-theory

Read More
Exercise 4.2.8 from "Compilers - Principles, Techniques, & Tools" (a.k.a. Dragon Book)...

algorithmgrammarcompiler-theory

Read More
Does the compiler decide when to inline my functions (in C++)?...

c++compiler-theorycompiler-optimization

Read More
Removing Left Recursion in ANTLR...

antlrcompiler-theory

Read More
Interpreter and Compiler...

interpretercompiler-theoryjava-compiler-api

Read More
How do C compilers implement functions that return large structures?...

ccompiler-optimizationcalling-conventionabicompiler-theory

Read More
Formally constructing Control Flow Graph...

language-agnosticcompiler-constructionscalacompiler-theory

Read More
Steps to creating an NFA from a regular expression...

theorycompiler-theorynfa

Read More
How to implement call by name in C#?...

c#compiler-theorycallbyname

Read More
Is this an intermediate representation?...

v8compiler-theory

Read More
Writing a Compiler in C...

compiler-theory

Read More
What is the precise definition of a lookahead set?...

compiler-constructioncompiler-theory

Read More
Control flow graph of a program...

computer-sciencecompiler-theorycontrol-flowcompiler-constructioncontrol-flow-graph

Read More
Compilation vs translation, "compiling" Java to bytecode?...

javacompilationcompiler-theory

Read More
BackNext