Search code examples
AST manipulation in Python...


pythonpython-3.xcompiler-constructionabstract-syntax-tree

Read More
Reference to construct a mini c++ code generation...


visual-studiocompiler-constructioncode-generationbisonlex

Read More
Object Code vs. Machine Code...


assemblycompiler-constructionoperating-systemprogramming-languages

Read More
Why does GHC typecheck before desugaring?...


haskellcompiler-constructionghc

Read More
Is the semantic analysis step in Clang an essential part of the compiler?...


compiler-constructionclangsemantic-analysis

Read More
What are some common strategies different compilers use to deal with overflow in numeric conversions...


c++compiler-constructiontype-conversioninteger-overflowfloating-point-conversion

Read More
Flex and Bison Calculator Calculation issue...


ccompiler-constructionbisonflex-lexer

Read More
Are there alternate libraries to LLVM that are built for compiling a specific IR to architecture spe...


c++compiler-constructionintermediate-language

Read More
Implementing custom script types in the browser?...


javascriptcompiler-constructiondynamic-compilation

Read More
How are Exceptions Handled generally in any programming language?...


c++cexceptioncompiler-construction

Read More
Is it Better to Design a Language that Utilizes White Space Instead of Symbols to Group Code?...


compiler-construction

Read More
function definition in BNF C grammar...


ccompiler-constructiongrammarbnf

Read More
Array allocation in compiler...


arrayscompiler-construction

Read More
How to read the identifier 'class' in Flex?...


c++regexcompiler-constructionflex-lexerlexical-analysis

Read More
Why are many object files linked instead of one large object file?...


c++compiler-constructionlinkerobject-files

Read More
Passing string by value in assembly without knowing it's size...


assemblycompiler-constructionpass-by-value

Read More
How do I detect and correct usless try catch blocks?...


c#compiler-constructionroslyn

Read More
How do programmers make a programming language on top of C?...


ccompiler-constructionprogramming-languages

Read More
Is this like function call arguments are defined in the BNF grammar?...


cbnfcompiler-construction

Read More
If the grammar is ambiguous then there exists exactly one handle for each sentential form.?...


parsingcompiler-constructiongrammarlr-grammarambiguous-grammar

Read More
Is there a bytecode back-end (like LLVM) that has a tool to translate the assembled bytecode into ma...


compiler-constructionllvmbytecode-manipulation

Read More
When isn't inlining safe?...


optimizationcompiler-constructionscopeinlinecompiler-optimization

Read More
Compilers and programming languages designing (just curiosity)...


compiler-constructioncomputer-science

Read More
Arithmetic expression grammar in prefix notation (Java Cup)...


parsingarithmetic-expressionscompiler-constructioncup

Read More
Reassociation according to Muchnick...


optimizationcompiler-constructionprogram-transformation

Read More
Regenerating a context free grammar...


compiler-constructioncontext-free-grammarambiguitycomputationcontext-free-language

Read More
Code generation for expressions with fixed/preassigned register...


calgorithmcompiler-constructioncode-generationcompiler-theory

Read More
Compiling a for statement from BASIC to C++...


c++compiler-constructionvb6vb6-migration

Read More
Use parts of constructor for deriving instance in Haskell data...


haskellcompiler-constructionderived-instances

Read More
Javascript object representation format...


javascriptobjectcompiler-constructionintermediate-language

Read More
BackNext