Search code examples
Writing unit tests in my compiler (which generates IL)...

c#unit-testingcompiler-constructioncompilationtiger

Read More
Creating parse tree to determine correctness of the LL Grammar given...

javaparsingcompiler-constructioncontext-free-grammarleft-recursion

Read More
How to prevent default "syntax error" in Bison...

error-handlingcompiler-constructionbisonflex-lexeryacc

Read More
How to create token in antlr4 lexer g4 file for IF () THEN abc ELSEIF () THEN xyz ElSE yzx ENDIF...

compiler-constructionantlr4lexer

Read More
How to do something else in Bison after Flex returns 0?...

c++compiler-constructionc++17bisonflex-lexer

Read More
Getting a segmentation fault when trying to build my GCC backend...

gcccompilationcompiler-constructioncross-compilingporting

Read More
How does LLVM perform Liveness Analysis?...

compiler-constructionllvmanalysis

Read More
Deciding the type of a custom language...

compiler-constructionprogramming-languagesfunctional-programminginterpreterimperative-languages

Read More
Using regular definitions in PLY...

pythoncompiler-constructionlexerply

Read More
Can a garbage collected language compile to a non-garbage collected one without including a garbage ...

memorycompiler-constructiongarbage-collection

Read More
Building composable directed graphs (Thompson's construction algorithm for scanner generator)...

c++graphcompiler-constructionlexerdirected-graph

Read More
Is there some difference between use Tokens or strings in compiler construction?...

compiler-constructioncompiler-optimizationlexical-analysisjavacc

Read More
c# compiler: get intermediate output...

c#compiler-construction

Read More
How do modern compilers use mmx/3dnow/sse instructions?...

gcccompiler-constructionx86sseassembly

Read More
Lex :Match multiple regex at the same time...

cregexcompiler-constructionlexlexical-analysis

Read More
Difference between n = 0 and n = n - n...

cassemblyoptimizationcompiler-constructionmicro-optimization

Read More
Calculating first and follow set of grammar...

parsingcompiler-constructiongrammarcontext-free-grammar

Read More
How does the stack hold variable values if they are stored in a LIFO structure?...

c++compiler-constructionstack

Read More
What does "llvm/libexec/clang-cc" do?...

clinuxcompiler-constructionclangllvm

Read More
LLVM | codegen for program entry function with command line options...

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

Read More
Do there exist any compilers with localized versions of programming languages?...

compiler-constructionprogramming-languages

Read More
Is there a BNF grammar openly available for JavaScript ES6?...

javascriptecmascript-6compiler-constructiongrammarbnf

Read More
Generics using Macro expansion: Why the poor use of Instruction cache?...

c++genericscompiler-construction

Read More
How do compilers written in the language they compile deal with bugs?...

cdebuggingcompiler-errorscompiler-construction

Read More
Conversion to Backus-Naur Form...

compiler-constructionbnf

Read More
Compiler test cases or how to test a compiler...

compiler-construction

Read More
Finding the list of successors of a basic block in LLVM...

compiler-constructionllvmcompiler-optimizationllvm-clang

Read More
Distinguishing between right shift (>>) and Java generics...

javacompiler-constructionflex-lexerlexer

Read More
How does object oriented code translate into machine code?...

oopcompiler-constructioncompilation

Read More
How does the JVM know when to throw a NullPointerException...

javanullpointerexceptioncompiler-constructionjvm

Read More
BackNext