Search code examples
Bison parser not reporting error within case statement...


compiler-errorscompiler-constructionbisonflex-lexer

Read More
Discussion of LR(1) items: meaning?...


parsingcompiler-constructionlr-grammar

Read More
Undefined reference to `yylex' in yyparse() while compiling using g++, bison and flex...


c++compiler-constructiong++bisonflex-lexer

Read More
Are there any ASM compilers?...


assemblyoptimizationcompiler-construction

Read More
What is a language frontend?...


compiler-constructionllvmprogramming-languages

Read More
Creating a "class" definition using LLVM c++ API...


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

Read More
How to generate code for initializing global variables with non-const values in LLVM?...


assemblycompiler-constructionlinkerllvmllvmlite

Read More
Haskell - Eta reduction and Eta expansion...


haskelloptimizationfunctional-programmingcompiler-constructioneta-expansion

Read More
How to print the line that error occurs in Yacc?...


compiler-constructionprogramming-languagesyacc

Read More
why does a comma "," get counted in [.] type expression in antlr lexer...


bashparsingcompiler-constructionantlrlexer

Read More
Statically scheduling OOO processors...


compiler-constructionllvmcompiler-optimizationllvm-codegen

Read More
Compilers and negative numbers representations...


c++ccompiler-constructionrepresentationnegative-number

Read More
Is a functional program already in SSA form?...


optimizationfunctional-programmingcompiler-constructionimmutabilityssa

Read More
How compiler handles a non-zero null pointer value in C?...


cnullcompiler-constructionliteralsnull-pointer

Read More
Purpose for .class files in Java...


javacompiler-constructionjvminterpreter

Read More
Why operator precedence must be increased by 1 when `TokPrec < NextPrec` in expression parser?...


c++compiler-constructionllvmprogramming-languages

Read More
Translating imperative to functional code...


functional-programmingcode-translationcompiler-construction

Read More
Simple lex/yacc converter from pseudo C to pseudo assemlby language...


c++assemblycompiler-constructionyacclex

Read More
JIT compiler vs offline compilers...


c#.netc++compiler-constructionjit

Read More
Are the following grammars LL(1)?...


parsingcompiler-construction

Read More
How to convert regular grammar with recursion and alternations into regular expression...


javascriptecmascript-nextcompiler-construction

Read More
What is more effective in my case read by char (getc) or read by chunks (fgets)...


cperformancecompiler-construction

Read More
register allocation --- how to utilize and spill the caller saved registers...


x86compiler-constructionx86-64calling-conventionregister-allocation

Read More
How does java compiler deal with code like `public interface A extends B<A>`...


javagenericsinterfacecompiler-construction

Read More
X86 assembly - Handling the IDIV instruction...


cassemblycompiler-constructionx86

Read More
How do you store activation records with complex lexical scopes and returning functions as results a...


javascriptscopecompiler-constructionclosures

Read More
Compile at run time exclude class that is generated by CodeDom...


compiler-constructioncode-generation.net-assemblycodedom

Read More
Significance of yy in scanner/lexer such as jflex...


compiler-constructionlexjflex

Read More
Why Was The Runtime Introduced?...


compiler-constructionruntimecompile-timelow-level

Read More
Output produced for the given input using the bottom up parsing...


parsingcompiler-constructionbottom-up

Read More
BackNext