Search code examples
Statically typed Lua...

compiler-constructionluastatic-typing

Read More
Compiling through Ubuntu Terminal (On Windows 10)...

compiler-errorscompiler-constructionantlrantlr4

Read More
Why do we even need assembler when we have compiler?...

assemblycompiler-constructioncompiler-optimization

Read More
ANTLR Operator Precedence...

compiler-constructionantlrxtext

Read More
What does expression stack mean in assembly language?...

assemblycompiler-constructionstackexpression-evaluation

Read More
Instance of object in flex-bison c++...

c++compiler-constructionlinker-errorsbisonflex-lexer

Read More
Scala Syntax Specification mismatch if-else with one line expression end by semicolon?...

scalasyntaxcompiler-constructiongrammar

Read More
What differentiates syntax analysis and semantic analysis?...

parsingcompiler-constructionlanguage-agnostic

Read More
How to implement case insensitive lexical parser in Golang using gocc?...

gocompiler-constructionlexerignore-case

Read More
how to use the empty word in JAVACC as a token?...

compiler-constructionjavacc

Read More
Compiler contribution in assigning garbage values in c...

cvariablescompiler-errorscompiler-constructiongarbage

Read More
Why are compilers so stupid?...

performancelanguage-agnosticcompiler-construction

Read More
Lexical analyzer (Flex) throws lexical error after space following by tokens (and more)...

cregexcompiler-constructionflex-lexerlexical-analysis

Read More
Do Header files execute everytime when we compile the program?...

linkercompiler-constructionexecutionpreprocessor

Read More
Why is it impossible to build a compiler that can determine if a C++ function will change the value ...

c++compiler-construction

Read More
How to transpile python Compare ast nodes to c?...

pythonccompiler-constructionabstract-syntax-treetranspiler

Read More
Read and update object with Typescript compiler API...

javascripttypescriptcompiler-constructiontypescript-compiler-api

Read More
Does a compiler always produce an assembly code?...

gccassemblycompiler-construction

Read More
Does Rust borrow checker analyze the program locally or globally?...

rustcompiler-constructiontime-complexityborrow-checker

Read More
How can I tell why/how two class files are different?...

javacompiler-constructionbytecodedecompilingdecompiler

Read More
LLVM frontend supporting large integers...

compiler-constructionllvm

Read More
Is my construction of SSA correct? (Renaming)...

graphcompiler-constructioncompiler-optimizationcontrol-flow-graphssa

Read More
How is the tsc TypeScript compiler compiled?...

typescriptcompiler-construction

Read More
How to use LLVM as backend in other language (not in C++)?...

compiler-constructionllvm

Read More
Do LL(1) grammars need to be augmented via translation either on conditional or not conditional jump...

compiler-construction

Read More
Is translating my own programming language to another language and compiling it a good practice?...

compiler-constructionantlr4transpiler

Read More
Compilers vs Interpreters in terms of code analysis...

javascriptcompiler-constructionideinterpretercode-analysis

Read More
Can an attribute be synthesized and inherited at the same time?...

parsingcompiler-constructionabstract-syntax-treesemantic-analysis

Read More
Getting the original variable name for an LLVM Value...

compiler-constructionclangllvmdebug-symbolsllvm-ir

Read More
How does a compiler know the alignment of a physical address?...

c++compiler-constructionalignmentmemory-alignment

Read More
BackNext