Search code examples
warning: type clash on default action: <symp> != <>...


compiler-constructionbisonflex-lexerlex

Read More
persistent constant values - Crafting Interpreters...


compiler-constructioninterpretercrafting-interpreters

Read More
Why do MCU compilers for chips like AVR or ESP (used widely by Arduino) keep all strings in SRAM hea...


carduinocompiler-constructionavr-gccarduino-esp32

Read More
How can I tell ANTLR to use only the branch I specify, not other branches。...


compiler-constructionantlrantlr4context-free-grammarebnf

Read More
Communication between lexer and parser...


c#c++parsingcompiler-constructionlexer

Read More
Optimization of subsequent calls to integer division and modulo (remainder)...


coptimizationcompiler-constructioncompiler-optimization

Read More
Avoiding overlap with similar regex patterns during tokenization...


regexcompiler-constructionlexical-analysis

Read More
Remove ambiguity in grammar for expression casting...


parsingcompiler-constructiongrammarcontext-free-grammarjison

Read More
Does C/C++ program performance depend on compiler?...


c++cperformancecompiler-construction

Read More
Postfix conversion...


compiler-constructionstack

Read More
ANLTR4 Cpp demo fails to run because of a __gthread problem...


compiler-constructionantlrantlr4

Read More
LLVM opt removes all my code (but runs correctly when unoptimized)...


compiler-constructionllvmcompiler-optimizationllvm-ir

Read More
What kind of program can benefit much from LTO?...


linkercompiler-constructionbenchmarkingcompiler-optimizationlto

Read More
Pretty printing ambiguous grammar...


compiler-constructionabstract-syntax-treepretty-printambiguous-grammar

Read More
Compiler vs Interpreter vs Transpiler...


compiler-constructionlanguage-agnosticterminologyinterpretertranspiler

Read More
How can you print instruction in llvm...


c++ccompiler-constructionllvm

Read More
What is an application binary interface (ABI)?...


compiler-constructionabi

Read More
Why do some languages specify a function or subroutine preamble?...


compiler-constructionlanguage-design

Read More
What negative test cases are commonly used for compiler scanners/parsers?...


unit-testingtestingcompiler-constructionantlrcatch2

Read More
How compile time local array index is same as runtime time stack index...


compiler-constructioninterpretercrafting-interpreters

Read More
Multiple passes for name resolution and code-generation in interpreters...


compiler-constructionbytecodeinterpreter

Read More
How does AVR support with LLVM work for different languages?...


compiler-constructionllvmdavrldc

Read More
What is a proper way to handle caller/callee saved register?...


compiler-constructioncalling-convention

Read More
How to REGEX // in C? Single line comments...


cregexcompiler-constructionlexical-analysis

Read More
Why compiler provides default copy constructor...


c++compiler-construction

Read More
Does a language compiler use a complex DFA to accept programs?...


compiler-constructionautomata

Read More
Possible to reduce lookahead on potentially ambiguous expressions...


compiler-constructionantlrantlr4grammarcompiler-optimization

Read More
ANTLR: Why is this grammar rule for a tuples not LL(1)?...


parsingcompiler-constructionantlrgrammarambiguous-grammar

Read More
Malloc causes segmentation fault when allocating a struct for a linked-list...


cmemorystructcompiler-constructionmalloc

Read More
How to simplify this left-recursive rule?...


parsingcompiler-constructionantlrantlr4

Read More
BackNext