Search code examples
What are the type of Strings generated by (a*+b*)...


regexcompiler-constructioncomputation-theory

Read More
Get tokens from a JavaScript code...


javascriptregexcompiler-construction

Read More
matching with comment in lex(flex) using ubuntu...


ubuntucompiler-constructionlex

Read More
Definition of Shift/Reduce conflict in LR(1) parsing...


parsingcompiler-constructiontheorylr-grammar

Read More
Grammar restrictions on token look ahead...


javacompiler-constructiongrammarleft-recursion

Read More
Taking unknown variable values into account at compile-time when creating a symbol table in Java...


javacompilationcompiler-constructioncompiler-optimizationsymbol-table

Read More
Left Recursion and Right recursion produce same parse tree or not?...


parsingcompiler-constructiontreeppl

Read More
Suggestions for writing a programming language?...


compiler-constructionprogramming-languagesinterpreterscripting-language

Read More
W3C CSS grammar, syntax oddities...


csscompiler-constructionprogramming-languagesgrammar

Read More
Compiler written in Java: Peephole optimizer implementation...


javacompiler-constructioncompiler-optimization

Read More
Adding immutable programming rules to the Java language within a program...


javacompiler-constructionparadigmsdialectcustom-error-handling

Read More
Why does the compiler only generate object files .o only from .cpp files...


compiler-constructionlinkerheader-filesobject-files

Read More
ANTLR: ignore statements in parser...


compiler-constructionantlrantlr4ebnf

Read More
LL(1) Parsing Table Error...


parsingcompiler-constructioncomputer-science

Read More
Prepare syntax tree (ast) to easily perform short circuit operations...


c#syntaxcompiler-constructionabstract-syntax-treeshort-circuiting

Read More
Writing a compiler: will symbol table still be used after semantic analysis (type-checking)...


compiler-construction

Read More
Global variables don't mantain their status after the usage of two distinct functions...


pythoncompiler-constructionglobal-variablesyacc

Read More
why c/c++ allows omission of leftmost index of a multidimensional array in a function call?...


c++ccompiler-constructionlanguage-design

Read More
Why does a compiler have trouble parsing infix expressions compared to postfix expressions?...


parsingdata-structurescompiler-constructionpostfix-notationinfix-notation

Read More
Writing a COFF object file... how to reference external symbols...


compiler-constructionlanguage-agnosticcoff

Read More
Implementing algebraic data types to my compiler...


haskellcompiler-constructionalgebraic-data-typestype-constructor

Read More
Single Pass Compiler Intermediate Representation?...


compiler-constructionintermediate-language

Read More
How does the C# compiler handle overloading explicit cast operators?...


c#compiler-construction

Read More
How to extract the grammar from compiler...


compiler-constructiongrammarcontext-free-grammarfinite-automata

Read More
Preventing StackOverflow in language interpreters...


.netcompiler-constructionf#stack-overflowtail-recursion

Read More
Variables and Pointers in an Isolated Environment like Virtual Machines...


bytecodevm-implementationcompiler-construction

Read More
rules for unary operators in bison...


parsingcompiler-errorscompiler-constructionbison

Read More
How to prevent stack overflow when dealing with long recursive productions in C?...


crecursioncompiler-constructionstack-overflowbuffer-overflow

Read More
Checking open parenthesis close parenthesis in c#...


c#compiler-construction

Read More
Expressing a hierarchy within a type-system with ADT and (possibly) GADT...


compiler-constructionocamltype-systems

Read More
BackNext