Search code examples
All viable prefixes of a Context Free Grammer...

parsingcompiler-construction

Read More
Is C inefficient compared to Assembly?...

ccompiler-constructionassembly

Read More
jit compiler vs reflection...

javareflectioncompiler-constructionjvm

Read More
Are const static fields removed from the AST once they're evaluated? (optimisation)...

compiler-constructioncompiler-optimization

Read More
Does an empty column in an LL(1) parsing table mean that it is wrong?...

parsingcompiler-constructionll-grammar

Read More
Starting off a simple (the simplest perhaps) C compiler?...

ccompiler-constructionprogramming-languages

Read More
Is there a way to enforce that a class contains a specific Enum value (preferably inline)?...

typescriptcompiler-construction

Read More
Bison/Yacc still printing debug messages despite tracing being explicitly disabled...

debuggingcompiler-constructionbisonyacclex

Read More
How to trace error of OCaml programs?...

debuggingcompiler-constructionemacsocaml

Read More
Wasm JS api implementation...

apicompiler-constructionwebassembly

Read More
How can dfa/nfa recognize the difference between identifiers and keywords?...

compiler-construction

Read More
How does C++ handle template functions with respect to type conversions...

c++templatescompiler-construction

Read More
Syntax error by Yacc even though the syntax is per grammar...

ccompiler-constructionyacclex

Read More
Typechecker for a C/C++ like language...

c++castingcompiler-constructiontypecheckingbnfc

Read More
How to implement Object Oriented Dynamic Dispatch in LLVM?...

compiler-constructionllvmllvm-irdynamic-dispatch

Read More
What do C and Assembler actually compile to?...

c++ccompiler-constructionlinkerassembly

Read More
Yacc prints a different union variable than the one specified...

compiler-constructionyacc

Read More
Create data with Curly Braces in Haskell...

haskellcompiler-constructionabstract-syntax-treepretty-printcurly-braces

Read More
How to implement a #include function into own programming language...

c++fileimportcompiler-constructionprogramming-languages

Read More
Why is it hard to beat AOT compiler with a JIT compiler (in terms of app. performance)?...

performancecompiler-constructionjitvm-implementation

Read More
Understanding empty main()'s translation into assembly...

cgcccompiler-constructionassembly

Read More
C++ Linking command...

c++assemblycompilationlinkercompiler-construction

Read More
Parallelizing my custom compiler with out of order execution...

c++algorithmparallel-processingcompiler-constructionhardware-acceleration

Read More
Ambiguous Context-free grammar? / Shift/Reduce conflict in CUP...

parsingcompiler-constructiongrammarjflexcup

Read More
How Can I make it able to solve with LALR(1)...

compiler-constructioncontext-free-grammarshift-reduce-conflict

Read More
In which language is the C# compiler written?...

c#compiler-constructionroslyn

Read More
An attribute grammar to identify constant expression...

compiler-constructiongrammarformal-languages

Read More
Please, explain me a solution to exercise 2.2.1 of "Compilers. Dragon book"...

compiler-construction

Read More
The binary generated using compiler depends on which factors?...

compilationbinarycompiler-constructionbinaryfiles

Read More
How to differentiate between operators and numbers...

javascriptcompiler-constructiondsl

Read More
BackNext