Search code examples
(A + B + C) ≠ (A + C + B​) and compiler reordering...


c++ccompiler-constructioninteger-overflow

Read More
How implement Try/Except/Finally in a made-up language interpreter with goto or similar?...


exceptionf#compiler-constructioninterpretercontrol-flow

Read More
Is this grammar (for a small subset of Lua) ambiguous?...


parsingluacompiler-constructioncontext-free-grammarlr-grammar

Read More
Can you add custom compiler warnings in Objective-C?...


objective-cxcodecompiler-constructioncompiler-warnings

Read More
Why can't one omit white space after primitive data types?...


compiler-constructionwhitespace

Read More
Why does adding local variables make .NET code slower...


c#.netperformancecompiler-constructionjit

Read More
Methods of storing weakly typed variables...


.netcompiler-constructionilasm

Read More
SQL to C# conversion...


c#sqlcompiler-constructiondatatablewhere-clause

Read More
Assembly correct usage of word/byte/word ptr...


assemblycompiler-constructionx86

Read More
Are there any categories to characterize warnings?...


ccompiler-constructioncompiler-warnings

Read More
Why do we need runtime library when writing a compiler?...


compiler-constructionruntime

Read More
Converting Fortran to Javascript...


javascriptcompiler-constructionfortraninterpretertranspiler

Read More
code refactoring a java script compiler...


javascriptcompiler-constructiongloballocal

Read More
Vala generics to C code...


cgenericscompiler-constructionvala

Read More
Benefit of postfix over prefix notation...


algorithmcompiler-construction

Read More
Statically linked libraries: How to find out if code is in a contiguous area in the executable?...


compiler-constructionstatic-librariescompiler-optimizationstatic-linkingbinaries

Read More
Roslyn - Access all used Types within a MethodSymbol...


c#.netcompiler-constructionroslyn

Read More
Compiler AST how to implement statements and expressions...


compiler-constructionabstract-syntax-tree

Read More
interpreter for interpreted language and compiler...


compiler-constructioninterpreter

Read More
When writing a compiler, how are tokens checked?...


ccompiler-constructionlexical-analysis

Read More
illegal instruction on correct mips elf32...


compiler-constructioncross-platformmips

Read More
What is a random-logic lexical scanner and what is tree-walking code generator?...


javascriptcompiler-constructioncode-generationlexical-analysisspidermonkey

Read More
Regular Expression excluding of expression like int keyword...


c#regexcompiler-constructionlexical-analysis

Read More
Why a compiler ( say javac ) has to know the size of the object?...


objectcompiler-constructionruntimejavac.class-file

Read More
The lexical analysis part: analyse ?: as an operator instead of separator...


compilationcompiler-constructionlexical-analysis

Read More
A weird situation about matching in flex...


compiler-constructionflex-lexerlexical-analysis

Read More
The quotation marks " " in flex...


compiler-constructionflex-lexerlexical-analysis

Read More
How to match with smaller than operator in flex?...


compiler-constructionflex-lexerlexical-analysis

Read More
The question mark (?) in flex...


compiler-constructionflex-lexerlexical-analysis

Read More
Meaning of ^ in flex...


compilationcompiler-constructionflex-lexerlexical-analysis

Read More
BackNext