Search code examples
Is it possible to generate ansi C functions with type information for a moving GC implementation?...


cgcccompiler-constructiongarbage-collectionc99

Read More
Compiler/Interpreter design: should built in methods have their own Node or should a lookup table be...


methodscompiler-constructionlookupabstract-syntax-treeinterpreter

Read More
Python Antlr why isnt my code coming up with the expected outcome?...


pythoncompiler-constructionantlrantlr4

Read More
Symbol tables and type checking...


parsingcompiler-constructiontypecheckingsymbol-table

Read More
Detecting and skipping line comments with Flex...


ccompiler-constructionflex-lexer

Read More
Context-Free Grammar of language {a^i b^j c^i}...


compiler-constructioncontext-free-grammarcontext-free-language

Read More
Converting Int16 to UByte[] is not working in C# with BitConverter.GetBytes()...


c#.netparsingcompiler-construction

Read More
Create executable out of hexadecimal file under Linux...


linuxcompiler-constructionexecutablemachine-codehexdump

Read More
Table-Driven Lexers - What about reserved keywords?...


compiler-constructiongrammarlexerlexical-analysisformal-languages

Read More
Compiler optimization about elimination of pointer operation on inline function in C?...


coptimizationpointerscompiler-construction

Read More
Matching a <= BinaryOperator using Clang's ASTvisitor...


compiler-constructionclangabstract-syntax-treesemanticsvisitor-pattern

Read More
Using the TypeScript type checker to see if two types are assignable...


typescriptcompiler-constructiontypescript-compiler-api

Read More
Derived class members inaccessible from within a function that takes pointer to base class as parame...


c++classoopcompiler-constructionderived-class

Read More
Using LLVM to traverse AST...


c++ccompiler-constructionclangllvm

Read More
Why don't modern compilers catch attempts to make out-of-bounds access to arrays?...


carrayscompiler-construction

Read More
Cannot access symbols across modules in LLVM OrcJIT...


haskellcompiler-constructionllvmjitllvm-ir

Read More
Do compiler creates an overhead for static (compile-time) arrays?...


c++compiler-construction

Read More
Clarification on code regarding compilers Order of Evaluation...


javacompiler-errorscompiler-constructionoperator-precedence

Read More
Bottom - Up SLR(1) Conflict / Reduce when both applies...


algorithmparsingcompiler-constructiongrammar

Read More
Transpiling/code generation - declaration of variables issue...


compiler-constructionantlrabstract-syntax-treetranspilerimplicit-declaration

Read More
Question Regarding Non-Terminal On Bottom Up Parsing...


parsingcompiler-constructiongrammardfa

Read More
Regex for lex file to match printf and scanf statements...


cregexcompiler-constructionyacclex

Read More
Programming language development practice, how to compile golang style interfaces to c++?...


c++compiler-constructioncode-generation

Read More
string declaration in action corresponding to a pattern affects next action corresponding to pattern...


ccompiler-constructionflex-lexer

Read More
what does the weak_alias function do and where is it defined...


clinuxgcccompiler-constructiongnu

Read More
Eliminate shift/reduce conflicts caused by production rules with same prefix...


parsingcompiler-constructionbisonyaccshift-reduce-conflict

Read More
What do the X(), Y() and Z() macros do in LLVM?...


c++compiler-constructionllvm

Read More
Why most compilers use AST, instead generate IR directly?...


ccompiler-constructioncompiler-optimizationabstract-syntax-tree

Read More
Is there a way to force JavaCC to accept ambiguous non-LL(1) grammar?...


parsingcompiler-errorscompiler-constructioncompiler-warningsjavacc

Read More
How can the compiler in C get the difference between the address of the first element of the array a...


ccompiler-constructionmingw

Read More
BackNext