Search code examples
Compiler error depending on parameter position in method signature. Use of unassigned local variable...


c#compiler-errorslanguage-designcompiler-construction

Read More
How does an interpreter translate a for loop?...


compilationcompiler-constructioninterpreter

Read More
Generating CIL byte code to disk and in memory...


.netcompiler-constructionroslyncilmono.cecil

Read More
JVM language interoperability...


javascalacompiler-constructionprogramming-languagesjava-bytecode-asm

Read More
Eliminating this Shift-Reduce conflict in PLY Grammar...


pythoncompiler-constructionyacclexcontext-free-grammar

Read More
What is the precise definition of a lookahead set?...


compiler-constructioncompiler-theory

Read More
Custom pre-processing steps for coffeescript?...


compiler-constructioncoffeescriptpreprocessorcoffeescript-resources

Read More
Does Symbol table for C++ code contain function names along with class names?...


c++functioncompiler-constructionsymbol-tableclass-names

Read More
Get size of memory access with non-primitive type...


compiler-constructionclangllvmllvm-ir

Read More
Why is an abstract syntax tree necessary? Why cant a recursive descent parser parse as it goes?...


parsingcompiler-constructioninterpreter

Read More
What is the procedural way to arrange lex and parse files?...


compiler-construction

Read More
Bison mid rule actions are not working...


compiler-constructionbisonflex-lexeryaccbisonc++

Read More
Dragon book exercise 4.2.3 f: Grammar for strings whose two halfs differ...


compiler-constructioncomputer-science

Read More
Elimination left recursion for E := EE+|EE-|id...


parsingcompiler-constructiongrammarcontext-free-grammarlexical-analysis

Read More
How to implement arrays - llvm...


compiler-constructionllvmllvm-irllvm-c++-api

Read More
PEG.js Allow any text between two tags...


javascriptparsingcompiler-constructionpeg

Read More
what will be the LR(1) itemset of the following grammar?...


directed-acyclic-graphscompiler-constructiontac

Read More
From compiler perspective, how is reference for array dealt with, and, why passing by value(not deca...


c++arrayspointersassemblycompiler-construction

Read More
How does a parser for C++ differentiate between comparisons and template instantiations?...


c++parsingsyntaxcompiler-construction

Read More
How does the Visual Studio Attach to Process work?...


debuggingcompiler-constructionremote-debugging

Read More
How does the compiler know which entry in vtable corresponds to a virtual function?...


c++compiler-constructionvirtual-functionsvtable

Read More
Does a Symbol Table store AST (Declaration)Nodes or are the "Symbols" different objects/cl...


c#compilationabstract-syntax-treesymbol-tablecompiler-construction

Read More
Seemingly equivalent Menhir rules change the shift/reduce conflicts found in grammar...


parsingcompiler-constructionocamlcontext-free-grammarmenhir

Read More
Compiling ocaml with module Llvm_analysis...


compilationfunctional-programmingcompiler-constructionocamlllvm

Read More
Can't open Llvm in ocaml...


functional-programmingcompiler-constructionocamlllvm

Read More
Control flow graph of a program...


computer-sciencecompiler-theorycontrol-flowcompiler-constructioncontrol-flow-graph

Read More
can removing left recursion introduce ambiguity?...


parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
How to compile and keep "unused" C declarations with clang -emit-llvm...


ccompiler-constructionclangllvmbitcode

Read More
What is difference between two f# compiler projects...


f#compiler-construction

Read More
Extract/Insert element at index from value - LLVM...


compiler-constructionllvmllvm-irllvm-c++-api

Read More
BackNext