Search code examples
How to calculate the follow sets of boolean expression...

compiler-construction

Read More
LLVM | How to implement IR code generation of Logical Not operations...

c++compiler-constructionllvmllvm-ir

Read More
What is the *conceptually* smallest *compiler* that can compile itself?...

compiler-construction

Read More
Has a programming language ever been written in itself?...

compiler-construction

Read More
Artificial Intelligence Compiler...

optimizationcompiler-constructionartificial-intelligencecompiler-errors

Read More
Trying to solve dangling else for a Mini-C grammar...

cparsingcompiler-constructiongrammarsly

Read More
How to understand the CHAR_LITERAL rule in java antlr4 lexer file...

javacompiler-constructionantlr4lexer

Read More
Why doesn't the generated GCC code for array allocation and access follow the `movl (%rdx, %rcx,...

assemblygcccompiler-constructionx86-64

Read More
What's the purpose of Kotlin's intrinsic `areEqual` method?...

kotlincompiler-constructionlanguage-design

Read More
Why do compilers perform aliasing if it slows runtime performance?...

cgcccompiler-constructionclangllvm

Read More
Where does context sensitivity get resolved in the C++ compilation process?...

c++parsingcompiler-construction

Read More
Can TCC be modified to compile with Emscripten? If not, where can I find an x86-generating C compile...

compiler-constructionposixemscriptenansi-ctcc

Read More
Will F# ever be open-sourced?...

open-sourcecompiler-constructionf#

Read More
Nicer way to pattern match window of assembly instructions for peephole w/ Rust?...

assemblyrustcompiler-constructioncompiler-optimizationpeephole-optimization

Read More
Inconsistent TokenStreamRewriter.InsertBefore() behavior with C "do-while();" statements...

parsingcompiler-constructionantlrantlr4

Read More
If statement inside loop ID string name instead of value in Antlr4 based Interpreter...

c#compiler-constructionantlrantlr4interpreter

Read More
How to properly tokenize over whitespaces with ocamllex/Menhir?...

compiler-constructionocamlocamllexmenhir

Read More
Difference between C++ and Java compilation process...

javac++compiler-construction

Read More
How to remove left recursion from a grammar with beta missing?...

parsingcompiler-constructionleft-recursion

Read More
What is the correct terminology for the process of reading a simple config and creating data structu...

parsingcompiler-constructiontokenizeterminology

Read More
How is static variable initialization implemented by the compiler?...

c++compiler-constructionstaticinitialization

Read More
Do modern compilers need assembler?...

assemblycompiler-constructioncpu-architecturelow-level

Read More
How to limit the range of jump instructions...

compiler-constructionllvm

Read More
How can I make a label begin with a dot...

compiler-constructionllvm

Read More
How exactly is Rust programming language implemented?...

rustcompiler-construction

Read More
Why are global variables in x86-64 accessed relative to the instruction pointer?...

cassemblycompiler-constructionx86-64relative-addressing

Read More
Variant vs Inheritance...

c++inheritanceboostcompiler-constructionabstract-syntax-tree

Read More
How compiler and interpreter both are used in one language?...

compiler-constructioninterpreter

Read More
Embed Python in Python?...

pythoncompiler-constructionintrospection

Read More
How exactly to construct "basic blocks" for a compiler (using JavaScript as an example)?...

compiler-constructioncontrol-flow-graph

Read More
BackNext