Search code examples
How does a Haskell compiler work?...

compiler-constructionhaskelllanguage-implementation

Read More
GNU Bison outputting error "syntax error, unexpected string, expecting ="...

parsingcompiler-constructionbisonflex-lexer

Read More
How one pass C compiler deal with labels?...

parsingcompiler-construction

Read More
official lexical analyzer generator for javascript...

javascriptcompiler-constructionflex-lexerlexer

Read More
Automatic Code Optimization Techniques...

javaoptimizationcompilationcompiler-constructioncompiler-optimization

Read More
Trying to understand gcc's complicated stack-alignment at the top of main that copies the return...

linuxgccassemblyx86compiler-construction

Read More
Lisp compiler design...

compiler-constructionlisp

Read More
Unexpected behavior of generated bison parser...

ccompiler-constructiongrammarbisoncontext-free-grammar

Read More
YACC when expression && expression error! can't read the first expression first...

compiler-constructionexpressionyacclex

Read More
Bison: Reduce/reduce conflict on non-tokens...

cparsingcompiler-constructionbison

Read More
Why Rust is faster than Ocaml in Performance, Even though first Rust compiler was implemented in Oca...

c++performancecompilationrustcompiler-construction

Read More
YACC Not getting the values from successor nodes...

ccompiler-constructionbisonyacc

Read More
Parsing function arguments without arguments delimiters...

compiler-constructionboost-spirit

Read More
Lexical Analysis...

c++cregexvisual-c++compiler-construction

Read More
What is the difference between LALR and LR parsing?...

parsingcompiler-constructioncontext-free-grammarlalrlr-grammar

Read More
LR(1) parser state size still an issue?...

parsingcompiler-constructiongrammarlalrlr-grammar

Read More
Bison/YACC vs. Lemon vs. standard input...

parsingcompiler-constructionlemon

Read More
Holding a map reference to a vector of maps...

c++compiler-constructionsemantic-analysis

Read More
Techniques for parsing code blocks without curly braces...

c#parsingcompiler-constructioninterpreter

Read More
Create two enum with identical 0 values...

enumsscopecompiler-constructionvxworks

Read More
Getting Syntax Error in flex/bison with this grammar...

ccompiler-constructiongrammarbisonflex-lexer

Read More
PEG rule to identify function protoype...

c++compiler-constructionboost-spirit

Read More
Creating a Closure in a Scheme-like Compiler...

compiler-constructionelixir

Read More
Where is the "Section to segment mapping" stored in ELF files?...

compiler-constructionelfreadelf

Read More
How can I reserve registers in LLVM?...

compiler-constructionarmllvmcode-generationllvm-ir

Read More
How does compiler inline a function with branches and multiple return statements?...

compiler-constructioninline

Read More
Can a follow-follow conflict exist in a grammar?...

parsingcompiler-constructionll-grammar

Read More
Compiler design preprocessing and compiling...

compilationcompiler-constructionpreprocessorlexical-analysissemantic-analysis

Read More
Including struct and compilation in c/c++...

c++cstructcompilationcompiler-construction

Read More
Forcing the .NET JIT compiler to generate the most optimized code during application start-up...

c#.netoptimizationcompiler-constructionjit

Read More
BackNext