Search code examples
Are there PEG-based parser generators that support left recursion?...

parsinglanguage-agnosticcompiler-constructionrecursive-descentpeg

Read More
Playing with gcc's intermediate GIMPLE format...

cgcccompiler-constructionbackendgimple

Read More
Constants and compiler optimization in C++...

c++optimizationcompiler-constructioncompiler-optimizationconst-correctness

Read More
if the symbol table is created at compile time how can it know the stack frame depth and offset in p...

nestedcompiler-construction

Read More
How does the compiler control help in allocating & deallocating memory in C++?...

c++compiler-constructiondynamic-memory-allocation

Read More
Compiled vs. Interpreted Languages...

compiler-constructionprogramming-languagesinterpreter

Read More
How to add keyword to a C++ compiler...

c++compiler-construction

Read More
How does C-- compare to LLVM?...

ccompiler-constructioncode-generationllvmc-minus-minus

Read More
Why won't javac accept `x = x+++++y`?...

javacompiler-constructionjavac

Read More
Representing an Abstract Syntax Tree in C...

ccompiler-constructionstructtreeabstract-syntax-tree

Read More
How do I generate sentences from a formal grammar?...

compiler-constructioncomputer-sciencegrammarparsing

Read More
Why do lexers usually define a var as not being able to start with a number?...

parsingcompiler-constructionlexer

Read More
Which bitset implementation should I use for maximum performance?...

c++performancecompiler-constructionbitset

Read More
Branch prediction in compiler level...

compiler-constructionbranch-prediction

Read More
Do any languages / compilers utilize the x86 ENTER instruction with a nonzero nesting level?...

assemblyx86compiler-constructionnested-functionstack-frame

Read More
Compiling NASM on Mac OSX...

macosgcccompiler-constructionlinkernasm

Read More
Calculating administrative normal form...

compiler-constructionssaanf

Read More
Parsing extended lambda calculus using recursive descent...

parsingcompiler-constructiongrammarlambda-calculusll-grammar

Read More
How to handle forward references with type inference...

oopcompiler-errorscompiler-constructioncompiler-optimizationtype-inference

Read More
From Object Code To executable...

assemblylinkercompiler-construction

Read More
What is the order of the scala compiler phases?...

scalacompiler-constructionscalac

Read More
Where is LLVM's interface for describing the instructions of an ISA?...

compiler-constructionllvminstruction-set

Read More
Translation limits of an identifier in C...

ccompiler-constructionlanguage-lawyerc99

Read More
Register based VM - byte order - push/load...

stackcompiler-constructionvirtual-machineendianness

Read More
What was ALGOL compiler originally programmed in?...

compiler-constructionhistoryalgol

Read More
Unpack / pack operator...

c++parsingcompiler-constructionoperator-keywordlanguage-design

Read More
Issue with Bison Parser for Handling for Loops (Syntax Error)...

compiler-constructionbisonyacclexcontext-free-grammar

Read More
vba-style compiler/gui for python...

pythonvbacompiler-construction

Read More
Writing a compiler in its own language...

compiler-constructionbootstrapping

Read More
How does the code generated by JIT compiler link with the program?...

compiler-constructionjitdynamic-linking

Read More
BackNext