Search code examples
Parse a .py file, read the AST, modify it, then write back the modified source code...

pythoncompiler-constructionabstract-syntax-tree

Read More
Emit ASM from Cranelift...

rustcompiler-constructioncranelift

Read More
clang bpf: attribute always_inline does not working...

compiler-constructionclanginlineebpf

Read More
how to do constant folding algorithm for an optmizing compiler in haskell?...

haskelloptimizationcompiler-construction

Read More
Scanner and parser interaction...

parsingcompiler-constructionbisonflex-lexer

Read More
How to get scheduling class of MCInstr?...

c++compiler-constructionllvmllvm-c++-api

Read More
Resolve shift/reduction conflict in grammar for expressions in PLY for calls to embedded functions...

pythoncompiler-constructioninterpretercontext-free-grammarply

Read More
Errors on Recursive Descent Parsing Java...

javacompiler-constructionrecursive-descent

Read More
Three-Address-Code (TAC) and Conjunction/Disjunction...

compiler-constructionintermediate-languagetac

Read More
In compiler construction, is a symbol the same as a token?...

terminologytokensymbolscompiler-construction

Read More
What would an AST (abstract syntax tree) for an object-oriented programming language look like?...

javacompiler-constructionprogramming-languagesabstract-syntax-tree

Read More
Sly parser, how are recursively defined types implemented?...

parsingcompiler-constructionsly

Read More
How do C/C++ compilers work?...

c++ccompiler-constructioncompiler-optimization

Read More
Bison/flex syntax issue...

compiler-constructionbisonflex-lexerlanguage-translation

Read More
Input buffer overflow in scanner for long comments...

compiler-constructionflex-lexerlex

Read More
Doe we have any algorithm to optimise a Boolean expression...

algorithmcompiler-optimizationcompiler-construction

Read More
Why does call to exit function create a new basic block...

cparsingcompiler-constructionclang

Read More
How is TypeScript 100.0% written in TypeScript?...

javascripttypescriptcompiler-construction

Read More
Computing the FIRST & FOLLOW sets of a grammar...

parsingcompiler-constructionlr1

Read More
How do compilers store hundreds of variables in only a few registers?...

compiler-constructioncpu-registersvm-implementationregister-allocation

Read More
Is it strictly necessary to develop a separate compiler for every operating system?...

linuxcompiler-constructiongnu

Read More
Is this statement about functional programming languages correct?...

compiler-constructionfunctional-programmingtranspiler

Read More
Batch program exiting for no reason without error...

batch-filecompiler-construction

Read More
How are Clang's lexer and parser generated?...

parsingcompiler-constructionclangllvm

Read More
How does Go compile so quickly?...

performancegobuildcompiler-construction

Read More
Can I use a different C standard library without re-compiling the compiler?...

ccompiler-construction

Read More
How TVM is different from MLIR?...

deep-learningcompiler-constructionapache-tvm

Read More
SSA generation using Cytron's algorithm...

compiler-constructiongraph-theoryssa

Read More
Bootstrapping still requires outside support...

compiler-constructionlanguage-agnosticbootstrapping

Read More
Where are static variables stored in C and C++?...

c++ccompiler-construction

Read More
BackNext