Search code examples
Choice Conflict In JavaCC. Consider Using Lookahead of 3 or more...

compiler-constructionlexical-analysisjavacc

Read More
Setting branch weight metadata in LLVM IR...

compiler-constructionllvm

Read More
Python Compilation/Interpretation Process...

pythoncompiler-constructioninterpreterpython-internals

Read More
Lex/flex program to count ids, statements, keywords, operators etc...

ccompiler-constructiontokenizeflex-lexer

Read More
Removing left recursion...

compiler-constructiongrammar

Read More
Dart stack trace all ends with 3/7/b/f (ARM architecture), while we know ARM/Thumb/Thumb(2) instruct...

flutterdartcompiler-constructionarm

Read More
Should every possible Ascii Character be added to a Transition Table for a Finite Automaton...

compiler-construction

Read More
GLR parsing algorithm resources...

compiler-constructionparsingparser-generatorglr

Read More
(f)lex in c and bison/yacc in C++...

c++compiler-constructionbisonflex-lexeryacc

Read More
Implementing deep clone()...

oopmemorycompiler-constructionheap-memory

Read More
Is LLVM/Clang bootstrapped/compiled by GCC?...

gcccompiler-constructionclangllvm

Read More
Wasm specifcation clearification...

compiler-constructionwebassembly

Read More
DFAs vs Regexes when implementing a lexical analyzer?...

regexcompiler-constructionlexical-analysisdfa

Read More
Which contemporary computer languages are LL(1)?...

compiler-constructionformal-languagesll-grammar

Read More
Are printf/sprintf compiler warnings a conceptual break?...

ccompiler-constructionwarningsprintf

Read More
Is it a good idea to compile a language to C?...

cgcccompiler-constructionghc

Read More
Where can I read up on what the C# compiler does?...

c#compiler-construction

Read More
Should a Lexer return a list of tokens or a token on the fly...

compiler-constructionlexer

Read More
Bison nonterminal useless in grammar, rule useless in parser...

ccompiler-constructionbisonflex-lexer

Read More
xtext dealing with left recursion grammar...

eclipseparsingcompiler-constructionxtext

Read More
Would you please help me find the cause for my Lexical Analyzer Error: Invalid Symbol?...

cif-statementcompiler-constructionsymbolstrie

Read More
How does LLVM avoid generating redundant native code for the `br` IR instruction?...

assemblycompiler-constructionllvmcompiler-optimizationllvm-ir

Read More
Question about building a compiler scanner...

compiler-construction

Read More
Who is responsible for the stack and heap in C++?...

c++ccompiler-constructionheap-memorystack-memory

Read More
How to resolve variable number of arguments problem of printf if reverse printing is not allowed...

ccompiler-constructionprintfprogramming-languages

Read More
Jison global variables...

compiler-constructionflex-lexerjison

Read More
warning: shift/reduce conflict...

compiler-constructionbisonyacclex

Read More
(VC++) Runtime Check for Uninitialized Variables: How is the test Implemented?...

visual-c++assemblycompiler-constructionx86

Read More
How is implicit casting implemented...

c#castingcompiler-constructionroslyn

Read More
Dropping a token in Yacc/Bison when an error is matched in the rhs production...

error-handlingcompiler-errorscompiler-constructionbisonyacc

Read More
BackNext