Search code examples
Easy way to get function prototypes?...

c++compiler-construction

Read More
C++ compilation order of declarations...

compiler-construction

Read More
Reading GHC Core...

performancecompiler-constructionhaskellghc

Read More
What is the language of compilers? Are they written with different languages?...

compiler-construction

Read More
What is the mechanism to address errno when calling same function from different threads...

cmultithreadingcompiler-construction

Read More
How does the match expression (pattern matching) not require runtime type information to work?...

rustcompiler-constructionpattern-matching

Read More
Nested "where" or "let in" CodeStyle in Haskell...

haskellcompiler-construction

Read More
How do I see that there is a conflict in the LR(0) items automata?...

parsingcompiler-constructionautomatalr-grammar

Read More
Why are unused type parameters on Rust structs considered an error and not a warning?...

genericsrustcompiler-construction

Read More
Text to TI-BASIC Compiling...

compiler-constructionti-basic

Read More
Do Compilers Un-Inline?...

c++optimizationcompiler-construction

Read More
Is it possible to compile c code using python?...

pythonccompiler-constructioncompilationcompiler-errors

Read More
Identify declaration chain with PLY...

pythoncompiler-constructionply

Read More
What's the difference between parse trees and abstract syntax trees (ASTs)?...

compiler-constructionterminologycompiler-theoryabstract-syntax-treeparse-tree

Read More
How to write an LLVM backend for stack machine?...

compilationcompiler-constructionllvm

Read More
Creating unique labels in Haskell...

haskellcode-generationcompiler-construction

Read More
How to use a parse table and stack push map in a table driven parser?...

compiler-construction

Read More
How do I start creating a small compiler for a school project in java or c#...

c#java.netcompiler-construction

Read More
Does V8 monitor the execution of optimized machine code?...

javascriptcompiler-constructionv8jitexecution

Read More
Lex file doesn't recognize keywords. How can I write my regex to read particular keywords?...

ccompiler-constructionflex-lexerlexlexical-analysis

Read More
How many ways are there to build a parser?...

parsingcompiler-constructionantlrll-grammarlr-grammar

Read More
In Java 8 compiler, what is nameexpr field in JCVariableDecl for...

javacompiler-constructionabstract-syntax-tree

Read More
Is LLVM IR a machine independent language?...

ccompiler-constructionllvmllvm-ir

Read More
What does a just-in-time (JIT) compiler do?...

compilationcompiler-constructionjit

Read More
(C++) declaration of 'std::string fil' shadows a parameter...

c++stringcompiler-construction

Read More
Implementing trigraphs in a C89 compiler...

ccompiler-constructionc89trigraphs

Read More
Difference between if as an expression and if as a statement...

gocompiler-constructionlanguage-design

Read More
How does casting from integers to floating-point numbers work?...

castingfloating-pointintegercompiler-construction

Read More
Could you implement async-await by memcopying stack frames rather than creating state machines?...

asynchronousasync-awaitcompiler-constructionlanguage-agnostic

Read More
How does GCC/Clang buffer preprocessed code?...

compiler-construction

Read More
BackNext