Search code examples
If lexer can pass the bad token to the parser?...


parsingcompiler-errorscompiler-constructionlexical-analysislexical

Read More
Reference implementation of Scheme macro system...


compiler-constructionmacrosschemer5rs

Read More
Is there a word that means "trans-compilation result"?...


compilationcompiler-construction

Read More
How do you parse a dangling else?...


cparsingcompiler-construction

Read More
What makes x = 2 machine independent vs MOV X , 2?...


assemblycompiler-construction

Read More
Dll compatibility between compilers...


c++dllcompiler-constructionbinary-compatibility

Read More
why do we need attribute grammar in semantic analysis?...


parsingcompiler-constructionsemantics

Read More
Is it possible to code ASM code in Intel Syntax for AMD processors?...


assemblysyntaxcompiler-constructionintelatt

Read More
Pass finding number of methods calls...


compiler-constructionllvm

Read More
How can I build the post-dominator tree of a function with an endless loop?...


algorithmgraphcompiler-constructionllvmdecompiler

Read More
Stack overflow from local variables?...


c++ccompiler-constructionstack-overflowc-preprocessor

Read More
Does the preprocessor prepare a list of unique constant strings before the compiler goes into action...


ccompiler-constructionc-preprocessorc-strings

Read More
When does macro substitution happen in C...


ccompiler-constructionmacrosc-preprocessor

Read More
What is responsible for ensuring all symbols are known/defined?...


ccompiler-constructionlinkerc-preprocessor

Read More
Could C++ or C99 theoretically be compiled to equally-portable C90?...


c++ccompiler-constructionc-preprocessor

Read More
How to Figure Out the Regular Expression...


regexsyntaxcompiler-constructiontree

Read More
Dynamic Compilation NullReferenceException error...


c#linqcompiler-constructionwebrequestcodedom

Read More
How the compiler manages the same char?...


c++visual-studiooptimizationcompiler-construction

Read More
Reusing symbol table from semantic analysis phase for code generation...


compiler-constructioncode-generationcode-reusesemantic-analysissymbol-table

Read More
Compiler to translate Java bytecode to platform-independent C code before runtime?...


javaccompiler-construction

Read More
How do I define a pattern that will equate to all tokens not recognized by the scanner in Flex?...


ccompiler-constructionflex-lexer

Read More
Better way for parser combinators in C?...


cparsingcompiler-constructionparser-combinators

Read More
How do I debug the application of arguments to my function in the Clojure Compiler?...


javadebuggingintellij-ideaclojurecompiler-construction

Read More
virtual machine garbage collection...


compiler-constructiongarbage-collectionvm-implementation

Read More
From Compiler to assembler...


cassemblycompiler-construction

Read More
Flex/Bison based lexer/parser for C language...


ccompiler-constructionbisonflex-lexeransi-c

Read More
Any custom tasks I can input an optimizing compiler for efficacy studies?...


linuxoptimizationcompiler-constructioncad

Read More
Translating String Interpolation to C...


crubystringcompiler-construction

Read More
antlr4 in dot net "mismatched input 'begin' expecting {';', '+', '-...


c#compiler-constructionantlr4

Read More
Why does a LR(1) DFA doesn't have a Shift/Reduce conflict?...


compiler-constructiondfalr-grammar

Read More
BackNext