Search code examples
Convert EBNF to C# for compiler...

c#compiler-constructionebnf

Read More
What is the exact compiler optimization applied here expect for tail recursion elimination?...

ccompiler-constructioncompiler-optimizationtail-recursiondecompiler

Read More
Compiling vs Transpiling...

compiler-constructionabstractiontranspiler

Read More
Why is (void) 0 a no operation in C and C++?...

c++ccompiler-construction

Read More
How to handle function calls in a control flow graph with basic blocks...

optimizationcompiler-constructioncontrol-flow-graphintermediate-codetac

Read More
assign operator to variable in python?...

pythoncompiler-constructionoperators

Read More
how do compilers refer unboxed types?...

compiler-constructionllvm-irboxing

Read More
does new compilers turn the source code into a binary or do they just transpile and hand it over to ...

gcccompilationcompiler-constructioncompiled-language

Read More
Incomplete type of struct forward declaration...

c++structcompiler-construction

Read More
How to find the FOLLOW set of an LR0 Item?...

parsingrustcompiler-constructionlalrlr1

Read More
What can a JIT compiler do that an AOT compiler cannot?...

optimizationcompiler-constructioncompiler-optimizationjit

Read More
How to create AST with ANTLR4?...

javacompiler-constructionantlrabstract-syntax-treeantlr4

Read More
Learning to write a compiler...

compiler-constructionlanguage-agnostic

Read More
Invalid initializer error with anonymous structs...

cstructcompiler-errorscompiler-construction

Read More
How to make lex/flex recognize tokens not separated by whitespace?...

parsingcompiler-constructionlexlexer

Read More
Would it be possible to add type inference to the C language?...

ccompiler-constructiontype-inferencelanguage-design

Read More
When inlining a C function, can an optimizing compiler dereference a pointer more times than explici...

cgcccompilationcompiler-constructionc99

Read More
How to resolve the mistmatched input 'token' expecting 'LEXER_RULE'...

compiler-constructionantlr4grammar

Read More
What is Symbol Resolution?...

compiler-constructionsymbols

Read More
Why build an AST walker instead of having the nodes responsible for their own output?...

parsingcompiler-construction

Read More
How does a compiler compile a compiler?...

compiler-constructionlow-levelmachine-code

Read More
In computer science, what is NOT a formal language?...

mathcompiler-constructioncomputer-science

Read More
Clang: ASTConsumer vs ASTVisitor...

parsingcompiler-constructionclang

Read More
flex and bison behave unexpectedly towards my input...

ccompiler-constructionbisonflex-lexer

Read More
How to Deal with Converting Lengthy Assembly Code to AsmJIT function calls?...

assemblycompiler-constructionasmjit

Read More
How to get the address of a global in Cranelift?...

rustcompiler-constructioncranelift

Read More
How are GCC and g++ bootstrapped?...

c++ccompiler-construction

Read More
How to do I parse a input string in SLR(1) parser with grammar having epsilon?...

parsingcompiler-constructiongrammartheorylr-grammar

Read More
How do compilers/parsers support/detect language versions?...

parsingcompiler-constructionversiondetection

Read More
How to parse C++'s template syntax with the recursive-descent parser?...

c++parsingtemplatescompiler-construction

Read More
BackNext