Search code examples
How do I make grammar with optional prefix LL(2)?...


compiler-constructiongrammarcontext-free-grammar

Read More
Which exponentiation algorithms do CPU/programming languages use?...


calgorithmmathcompiler-constructioncryptography

Read More
Why do simple programs take up so much storage space?...


ccompiler-construction

Read More
confusion in finding first and follow in left recursive grammar...


parsingrecursioncompiler-constructionautomatapushdown-automaton

Read More
Unable to fugure out the Regular Expression of the following...


regexcompiler-constructionregular-languageautomata

Read More
Describing c with ebnf grammar...


ccompiler-constructionebnf

Read More
AST design - is a increment operator a statement or an expression?...


compiler-constructionabstract-syntax-tree

Read More
How to resolve the conundrum of calling a function in a custom programming language?...


compiler-constructionvirtual-machineprogramming-languagescalling-convention

Read More
How to put header file to .tab.h in Bison?...


c++compiler-constructionbison

Read More
Can Bison verify scope as well as syntax?...


compiler-constructionbisonyacclexparser-generator

Read More
How to avoid ambiguity within symbol table lookups?...


c++compiler-constructionsymbol-tablesemantic-analysis

Read More
Where is the shift/reduce conflict in this yacc grammar?...


compiler-constructiongrammarbisonyaccshift-reduce-conflict

Read More
What is function in assembly?...


assemblycompiler-constructionllvm-ir

Read More
How does ANTLR decide which lexer rule to apply? The longest matching lexer rule wins?...


compiler-constructionantlrantlr4lexer

Read More
Custom programming language: how?...


parsingcompiler-constructionlanguage-designvm-implementationmud

Read More
How do nested scopes affect stack depth?...


cassemblycompiler-constructioncompiler-optimization

Read More
Why is malloc() allocating 2 more bytes than its supposed to?...


cparsingcompiler-constructionflex-lexer

Read More
Compile time optimization of Math.pow...


performancecompiler-constructioncompiler-optimization

Read More
How does C# compilation get around needing header files?...


c#ccompiler-constructionbuild-processclr

Read More
How are the continue/break statements parsed/represented in ASTs?...


parsingcompiler-constructionabstract-syntax-treeinterpreter

Read More
Why do I get an error when trying to give a lexer as input of CommonTokenStream in ANTLRv4...


javaparsingcompiler-constructionantlr4lexer

Read More
How does FOLLOW work for the following CFG?...


compiler-constructioncontext-free-grammarll-grammar

Read More
Where is the architecture support implemented in GCC, clang, and/or LLVM in terms of machine code?...


gcccompiler-constructioncpu-architecturemachine-code

Read More
iterative full-program analysis...


compiler-construction

Read More
LLVM error: invalid getelementptr indices...


compiler-constructionstructurellvm

Read More
What does platform independent languages really mean?...


javac++ccompiler-construction

Read More
Determining the size of the Operand Stack for a Stack Frame...


compiler-constructionjvm

Read More
How to read multiple lines of input in lex and yacc?...


compiler-constructionyacclex

Read More
Reasons a C Compiler Ignores register Declaration...


ccompiler-constructioncompiler-optimizationcpu-architecturecpu-registers

Read More
What's the regular expression for an alphabet without the first occurrence of a letter?...


regexcompiler-constructionflex-lexer

Read More
BackNext