Search code examples
How to make LALR(1) parser directly?...


parsingcompiler-construction

Read More
Generational GC source code...


ccompiler-constructionresourcesgarbage-collection

Read More
Is these 2 grammars equal?...


parsingcompiler-constructiongrammarcontext-free-grammarlr-grammar

Read More
In Scheme, what is the returned value of `(begin)`?...


compiler-constructionschemeexpression-evaluationlanguage-implementationchez-scheme

Read More
Compiler-Programming: What are the most fundamental ingredients?...


c++ccompiler-constructionlow-level

Read More
Building Lexical Analyzer using lex tool...


compiler-constructionlexflex-lexer

Read More
flex and bison: g++ compiling error...


c++compiler-constructionbisonflex-lexer

Read More
What scope do flex actions execute in?...


cscopecompiler-constructionflex-lexerlex

Read More
Regex character interval with exception...


regexcompiler-constructionocaml

Read More
best way to scan number of files with a specific header using Lex/yacc?...


compiler-constructionyacclex

Read More
In LLVM, how to insert/declare a function with variable number of arguments?...


c++compiler-constructionllvm

Read More
%option noinput nounput: what are they for?...


compiler-constructionflex-lexerlexer

Read More
flex Start Conditions (matching string literals)...


compiler-constructionflex-lexer

Read More
Meaning of "\\" in flex - scanner generator...


compiler-constructionflex-lexerlexical-analysis

Read More
How to find FIRST and FOLLOW set of a recursive grammar?...


parsingcompiler-construction

Read More
Resolving LALR Ambiguities...


parsingcompiler-constructiongrammarlalrambiguous-grammar

Read More
When/How to solve this PLY Shift-Reduce conflict in parser generator for COOL language?...


pythonparsingcompiler-constructionply

Read More
From intermediate code to Java bytecode (dragon book)...


javacompiler-constructionbytecode

Read More
Solving reduce/reduce and shift/reduce conflicts in bison grammar...


compiler-constructionbison

Read More
Automatically filling StackMapTable with Krakatau...


javacompiler-constructionjvmbytecode

Read More
How to create branchless code for this piece of code?...


compiler-constructioncomputer-sciencecompiler-optimizationcpu-architecturemicro-optimization

Read More
How to determine whether a language is LL(1) LR(0) SLR(1)...


parsingcompiler-constructiontheorygrammarbnf

Read More
I am getting a reduce/reduce conflict in the following bison grammar...


compiler-constructionbison

Read More
How to Eliminate Left Recursion having epsilon Production?...


parsingrecursioncompiler-constructioncontext-free-grammar

Read More
How to translate Three Address Code(TAC) to Java Bytecode?...


javacompiler-constructionbytecode

Read More
What is the state of a variable if it is going to be used and overwritten at the same time in livene...


compiler-construction

Read More
Parsing - Why C++ has trouble with template var decls and java doesn't with generic var decls?...


javac++parsingsyntaxcompiler-construction

Read More
How to eliminate this left recursion...


compiler-constructionjavaccleft-recursion

Read More
Is there such a thing as "page optimization" in compilers?...


memory-managementcompiler-constructionvirtual-memory

Read More
Explanation about viable prefix...


parsingcompiler-construction

Read More
BackNext