Search code examples
reduce/reduce conflict in CUP...


parsingcompiler-constructiongrammarshift-reduce-conflictcup

Read More
Building a linker...


compiler-constructionlinker

Read More
What is a good approach to constructing a modular parser both for REPL interpreters and compilers?...


parsingcompiler-constructioninterpreter

Read More
BNF for Java Input Statements...


javacompiler-constructionbnfjavacc

Read More
NullPointerException in code created with jasmin bytecode assembler...


javacompiler-constructionjvmjasmin

Read More
How parsers handle preprocessors and conditional compilation?...


c++parsingcompiler-constructionpreprocessor

Read More
Syntax problem with sum operation in Java-Python translator...


cparsingcompiler-constructionsyntax-errorflex-lexer

Read More
How to check that a function always return a value (aka "doesn't fall off the end")?...


swiftcompiler-construction

Read More
Partial function in Coq / underdefined?...


compiler-constructionisabelleagda

Read More
How to match the line begin?...


compiler-constructionlex

Read More
Do interpreted languages use a symbol table at runtime?...


compiler-constructionprogramming-languagesinterpreter

Read More
How Do I Build an Abstract Syntax Tree with JJTree?...


javaparsingcompiler-constructionabstract-syntax-treejavacc

Read More
How to synthesise compiler testing data?...


testingcompiler-construction

Read More
How to find first set?...


c++compiler-construction

Read More
Failed to include c++ librabry in lex...


compiler-constructionlex

Read More
How does wee_alloc (a malloc alternative) know where to start the heap in WebAssembly?...


compiler-constructionmallocwebassembly

Read More
Redundant basic blocks in llvm IR...


compiler-constructionllvm

Read More
Can compiler optimization introduce bugs?...


optimizationcompiler-constructioncompiler-optimization

Read More
How to deal with the implicit 'cat' operator while building a syntax tree for RE(use stack e...


parsingcompiler-constructiongrammarrecursive-descentexpression-evaluation

Read More
JavaCC left recursion parsing question about legality of breaking down a grammar...


compiler-constructionjavaccleft-recursion

Read More
YACC : symbol **** is used but, is not defined as a token and has no rules...


ccompiler-constructionyacclex

Read More
Shift/reduce conflicts using Sablecc...


parsingcompiler-constructionshift-reduce-conflictambiguous-grammarsablecc

Read More
Why are the only the states 0 and 2 present in line 8?...


parsingcompiler-constructionlr-grammar

Read More
What is the purpose of JAVA_UNICODE_ESCAPE in JavaCC?...


javacompiler-constructionjavacc

Read More
How do I remove a choice conflict in JavaCC?...


javaparsingrecursioncompiler-constructionjavacc

Read More
What's the use of Clflags.parse_arguments?...


compiler-constructionocaml

Read More
Verify that an OCaml function is tail-recursive...


compiler-constructionocamltail-recursionshort-circuiting

Read More
Role of automata in Compiler Construction...


compiler-constructionautomatafinite-automata

Read More
EOF behaviour in ANTLR4...


compiler-constructionantlr4

Read More
What do parenthesis mean in JavaCC?...


javarecursioncompiler-constructionjavacc

Read More
BackNext