Search code examples
Finding FIRST sets in a grammar...

parsingcompiler-constructioncontext-free-grammarll-grammar

Read More
Why Do Compilers Insert INT3 Instructions Between Subroutines?...

assemblycompiler-constructionx86

Read More
What is the difference between compiler and interpreter in terms of Scoping?...

compiler-constructioninterpreter

Read More
where does `input(yytext, yyleng)` function come from in flex scanner?...

c++compiler-constructionflex-lexerlexer

Read More
insert a statement before the execution of a loop...

optimizationcompiler-constructionllvm

Read More
How to generate and run native code dynamically?...

c++linuxcompiler-constructionx86jit

Read More
I am having syntax error in Flex/Bison for a C- program...

ccompiler-constructionbisonflex-lexer

Read More
Is compiler common to all programming languages...

compiler-constructioninterpreter

Read More
Is there a simple explanation of what a compiler is?...

compiler-constructionterminology

Read More
Do production compilers use parser generators?...

parsingcompiler-constructionparser-generator

Read More
Different meanings of parentheses in C++...

c++parsingcompiler-constructionparentheses

Read More
Current state of Stack Pointer in 8085...

assemblycompiler-constructionstack-pointer8085

Read More
How to print a proper parse tree in console using Java?...

javacompiler-constructionparse-tree

Read More
What's the smallest subset of language features you need to bootstrap its compiler?...

compiler-constructionlanguage-designbootstrapping

Read More
Understanding the handling Variable-Length Data with special focus on variable length arrays in C(99...

arrayscompiler-constructionc99variable-length-arrayruntime-environment

Read More
Data layouts used by C compilers (the alignment concept)...

ccompiler-constructionlocalmemory-alignmentruntime-environment

Read More
Use TS Compiler API to Determine if Interface property signature allows undefined (eg prop1?: string...

typescriptinterfacepropertiescompiler-construction

Read More
Where can I find learning resources for implementing a C preprocessor?...

cparsingcompiler-constructionc-preprocessor

Read More
How to fix this prog which using ocamlyacc?...

compiler-constructionocamlocamlyacc

Read More
tinyc compiler - libtcc, how to bound check?...

ccompiler-constructiontcc

Read More
Does the Java compiler do a constant folding optimization and how to check it?...

javacompiler-construction

Read More
How to create a compiler in vb.net...

vb.netcompiler-construction

Read More
What is the basic type that underlies all other Swift types?...

swifttypescompiler-constructionstandard-librarytype-systems

Read More
When do compilers inline functions?...

c++optimizationcompiler-constructioninlineinlining

Read More
Declare string type for parameter in LLVM...

c++compiler-constructionllvmlanguage-design

Read More
defining an enclosing_namespace - how does this impact clang and g++ (compile times, memory usage, e...

c++compiler-construction

Read More
Translate C# code into AST?...

c#compiler-constructionabstract-syntax-tree

Read More
How to allocate memory when declaring String in Rust...

rustmemorycompiler-construction

Read More
Creating a static unordered_set from keys of a static unordered_map...

c++compiler-constructionlexical-analysisstatic-variables

Read More
Javascript parser generator...

javascriptparsingcompiler-construction

Read More
BackNext