Search code examples
What is the encoding format for unconditional Jumps on SPARC/SPARC64?...


assemblyencodingcompiler-constructionsparc

Read More
JavaCC Generates Dead Code...


javacompiler-constructionjavacc

Read More
What are common properties in an Abstract Syntax Tree (AST)?...


parsingcompiler-constructionabstract-syntax-tree

Read More
Left recursion without following string...


recursioncompiler-constructionleft-recursion

Read More
Calc with bison and flex doesn't work operation negative...


ccompiler-constructionbisonflex-lexer

Read More
Where is the defer statement implemented?...


gocompiler-construction

Read More
Compilation - LL1 Grammar...


syntaxcompilationcompiler-constructiongrammarll-grammar

Read More
Tokenize a string into a list of strings, dependent on set of rules...


stringhaskellcompiler-construction

Read More
GHC internals: is there C implementation of the type system?...


haskelltypescompiler-constructionghc

Read More
Bison rules definition...


compiler-constructionbisoncompiler-optimizationasn.1

Read More
Split string using custom regex java...


javaregexstringsplitcompiler-construction

Read More
Does it make sense to implement a Garbage Collector in a Language with Garbage Collection...


javacompiler-constructiongarbage-collectioninterpretervm-implementation

Read More
In functional languages, how is the compiler able to translate non-tail recursion into loops to avoi...


recursionfunctional-programmingcompiler-constructioncompiler-optimizationtail-recursion

Read More
vtable: Underlying algorithm...


c++compiler-constructionmultiple-inheritancevtablevptr

Read More
Compiler: String constant vs dynamically-allocated String object...


compiler-construction

Read More
Assembly code on different O.S.s but same processor is same or different?...


assemblycompiler-constructionlinkercpu-architecture

Read More
Global variables in Single Static Assignment Form...


compiler-constructionglobal-variablesssa

Read More
How can Lisp be both dynamic and compiled?...


compiler-constructionlispdynamic-typingstatic-typing

Read More
How linker creates executable files and links C keywords...


cgcccompiler-constructionlinkerelf

Read More
LEX + YACC taking token in next line for a rule...


compiler-constructionbisonflex-lexeryacclex

Read More
How to remove shift/reduce conflicts on variable declarations in bison?...


javacompiler-constructionbison

Read More
Ccreate an .exe from a .C file on Windows...


cwindowscompiler-constructionexe

Read More
semantic statements and yacc...


compiler-constructionbisonyaccbisonc++

Read More
BISON + FLEX grammar - why tokens are being concatenated together...


compiler-constructionbisonflex-lexeryacclex

Read More
passing value from flex to bison...


c++compiler-constructionbisonflex-lexerbisonc++

Read More
how to give action for every rule bison...


compiler-constructionbisonlalrbisonc++

Read More
What is the best way to perform branching using Intel SSE?...


assemblycompiler-constructionintelsse

Read More
Building an interpreter: designing an AST...


ccompiler-constructiongrammarabstract-syntax-treeinterpreter

Read More
Any tools can randomly generate the source code according to a language grammar?...


randomcompiler-constructioncontext-free-grammar

Read More
Creating a separate "boolean expression" rule for a dynamic language...


parsingcompiler-constructiongrammarbisonformal-languages

Read More
BackNext