Search code examples
Lexical Analysis - Extraction tokens from DFA constructed directly...


regexcompiler-constructionlexical-analysisdfanfa

Read More
An algorithm for compiler designing?...


algorithmcompiler-construction

Read More
How to remove left recursion from A -> Aα | ε...


recursioncompiler-constructioncontext-free-grammarleft-recursioncontext-free-language

Read More
How does gcc choose to number temporary variables from -fverbose-asm?...


assemblygcccompiler-constructionx86-64

Read More
ANTLR v4 : How to implement deactivation of rule alternatives in listener like embedded semantic pre...


javaparsingcompiler-constructionantlr4

Read More
Integrate NASM to a compiler written in C...


clinuxcompiler-constructionpipenasm

Read More
How are garbage collector (GC) roots stored?...


memorycompiler-constructiongarbage-collectioncontainersgc-roots

Read More
what is the Chomsky classification of this grammar after reduction ? i'm still confused...


compiler-construction

Read More
Generating branch instructions from an AST for a conditional expression...


if-statementcompiler-constructioncode-generationabstract-syntax-treelazy-evaluation

Read More
BNF ambiguities...


compiler-constructionbnf

Read More
Why can't C++ compiler know a pointer is pointing to a derived class?...


c++ooppointerscompiler-construction

Read More
Why is late binding needed in this example?...


c++ooppointersbindingcompiler-construction

Read More
The follow set procedure...


parsingcompiler-construction

Read More
Bison compiler: remove conflicts...


ccompiler-constructionbisonambiguous-grammar

Read More
Why does Bison (Yacc) print new lines for apparently no reason?...


compiler-constructionbisonflex-lexeryacclex

Read More
Printing to output file does not work if I change the order of 2 lines with Flex/Bison (Lex/Yacc)...


compiler-constructionbisonflex-lexeryacclex

Read More
Why can't I put a float into a ptr of any type without any kind of conversion going on?...


c++compiler-construction

Read More
Difference of <long>/<long> vs. <int>/<int>...


coptimizationcompiler-constructionclangcompiler-optimization

Read More
Bison Flex compiler returning "y.tab.h" file not found error...


ccompiler-constructionbisonflex-lexer

Read More
LR(1) - How do I know how many items to pop of the node stack when there are epsilon productions?...


parsingcompiler-constructionstackgrammarlr-grammar

Read More
Tiny Language compiler using python and regex...


pythonregexcompiler-construction

Read More
Flex not counting lines properly on multiline comments...


ccompiler-constructionflex-lexer

Read More
Resolving shift/reduce conflicts in ply yacc...


compiler-constructionyaccautomataplylalr

Read More
Can Table-Driven Lexers "lex" Multi-Dimensional Arrays?...


compiler-constructionlexerdfa

Read More
Ply shift/reduce conflicts: dangling else and empty productions...


parsingcompiler-constructionyaccplylalr

Read More
How do you construct a parse tree during LL(1) parsing?...


compiler-constructionstackabstract-syntax-treell-grammarparse-tree

Read More
LR(1) parser - Making inline productions...


parsingcompiler-constructionstackgrammarlr-grammar

Read More
Record ownership in symbol tables...


c++compiler-constructionsymbol-table

Read More
LR parser for epsilon...


parsingcompiler-constructiondfalr-grammar

Read More
When creating new programming languages, do you lose performance?...


pythonperformancecompiler-constructioninterpreter

Read More
BackNext