Search code examples
Bytecode in asm operators && or ||...

javacompiler-constructionjvmbytecode

Read More
Interpreters vs Compilers vs Virtual Machines...

compiler-constructionvm-implementation

Read More
Static Semantics meaning?...

syntaxstaticcompiler-constructionsemantics

Read More
Concept of "Excel [Blank] Cell" in any programming language?...

parsingtypescompiler-constructiongrammarlanguage-design

Read More
Why is the .bss segment required?...

clinuxcompiler-constructiondata-segment

Read More
How to approach creating a JVM programming language?...

compiler-constructionprogramming-languagesjvmjvm-languages

Read More
In the compilation system, how does linker (ld) know who to link myprogram.o to?...

c++ccompiler-construction

Read More
What is the difference between LR(0) and SLR parsing?...

algorithmparsingcompiler-constructionlr-grammar

Read More
Left Associativity vs Left Recursion...

parsingcompiler-constructiongrammarleft-recursion

Read More
using precedence parser not only for expressions?...

parsingcompiler-constructionoperator-precedencepratt-parser

Read More
Target Code Generation using limited available registers...

assemblycompiler-constructioncode-generationcompiler-optimization

Read More
Are there any C++ APIs for lld?...

c++compiler-constructionllvmllvm-c++-apilld

Read More
When / How does Linux load shared libraries into address space?...

clinuxcompiler-constructionlinkershared-libraries

Read More
Is it beneficial for a programmer to learn how to build a compiler?...

compiler-construction

Read More
How swift implement the default Decodable for struct?...

swiftcompiler-construction

Read More
In what way does using typedef affect the program binary, compared to #define in gcc?...

ccompiler-construction

Read More
How does the C# compiler resolve types before applying a binary operator?...

c#compiler-constructionroslynexpression-trees

Read More
How to handle epsilon production in CLR(1) parsing?...

parsingcompiler-constructionlr-grammar

Read More
error: request for member ' ' in something not a structure or union...

compiler-errorscompiler-constructionbisonyacclex

Read More
How can I resolve this shift-reduce conflict?...

compiler-constructionyacclalrtigerml-yacc

Read More
What does computationally associative mean?...

ccompiler-construction

Read More
Why only literal strings saved in the intern pool by default?...

c#.netstringcompiler-constructionclr

Read More
What are the internal processes involved for a C compilation?...

ccompiler-constructionembeddedlinker

Read More
How can i ignore comments in a string based on compiler design?...

pythoncompiler-constructionlexical-analysis

Read More
Does strict typing increase Python program performance?...

pythonccompiler-constructioninterpreter

Read More
Why do we need prefix, postfix notation...

algorithmcompiler-constructionprogramming-languagesformal-languages

Read More
Given a binary alphabet {0,1}, write a regular expression that recognises all words that have an eve...

compiler-constructionregular-language

Read More
Why does GCC compile itself 3 times?...

gccarchitecturecompiler-constructionbootstrapping

Read More
How do I get visual studio code to run a programming language that I created?...

visual-studio-codecompiler-constructionidevscode-extensionsinterpreter

Read More
Dump IR after each LLVM optimization (each pass), both LLVM IR passes and backend debugging...

debuggingcompiler-constructionclangllvm

Read More
BackNext