Search code examples
Understanding what makes a rule left-recursive in antlr...


parsingcompiler-constructionantlrantlr4left-recursion

Read More
Sccs/Sass compiling to CSS...


csssasscompiler-construction

Read More
What design pattern might help us implement a simple stream filter (or interpreter)?...


design-patternsarchitecturestreamcompiler-constructioninterpreter

Read More
How are interfaces represented at a lower/assembly level?...


objectassemblyinterfacelinkercompiler-construction

Read More
How cfg are dealt with in rustc?...


rustcompiler-construction

Read More
Does Java include comments on the compiled code?...


javacompiler-construction

Read More
How to convert a regular grammar to regular expression?...


regexcompiler-constructionbnf

Read More
How to extract nightly features used in a crate?...


rustcompiler-construction

Read More
implementing a module system in a programming language...


modulecompiler-constructionlanguage-design

Read More
Would it be possible to write a HACK assembler in JACK?...


assemblycompiler-constructionnand2tetris

Read More
Writing a compiler with Assembly?...


assemblycompiler-construction

Read More
flex/bison gives me a syntax error after printing the result and if another input is written to work...


c++compiler-constructionbisonflex-lexer

Read More
Do programming language compilers first translate to assembly or directly to machine code?...


assemblygcccompilationcompiler-construction

Read More
LLVM IR: Get AllocaInst from CreateLoad...


c++compiler-constructionllvmllvm-ir

Read More
My Racket code didn't run while the equivalent code works well...


compiler-constructionschemeracketdslbeautiful-racket

Read More
Should tokens be part of AST Nodes...


gocompilationcompiler-construction

Read More
Inadvertent use of = instead of ==...


c++ccompiler-constructionprogramming-languages

Read More
why won't my parser print the string in my language [DEFUNCT]...


pythoncompiler-construction

Read More
Does the Linker OR the Loader make the necessary relocations of a program?...


linkeroperating-systemcompiler-construction

Read More
Algorithm for implementing C# yield statement...


c#algorithmcompiler-constructioniteratorstate-machine

Read More
How to compile the floating computation of DSPStone on X86 Architecture?...


ccompiler-constructionbenchmarking

Read More
What is the best way to implement closures over goto targets/labels in a compiler?...


assemblycompiler-constructionclosures

Read More
Iteration number of live variable analysis...


algorithmcompiler-constructioncompiler-optimizationstatic-analysiscode-analysis

Read More
Parsing table for LL1 grammar...


cif-statementcompiler-constructiongrammar

Read More
What is meant by the FENCE instruction in the RISC-V instruction set?...


compiler-constructionprocessormicroprocessorsriscv

Read More
How does a shift reduce parser know what rule to apply?...


parsingcompiler-constructionshift-reduce

Read More
Matching `\` in Flex...


c++compiler-constructionflex-lexerlexical-analysis

Read More
Copy elision possible if returning parameter?...


c++gccc++11compiler-constructionclang

Read More
When / where type checking occurs in the compilation process...


rubyhaskellcompiler-constructionjittypechecking

Read More
LL1 grammar for IF-ELSE condition for a C program...


cif-statementcompiler-constructiongrammar

Read More
BackNext