Search code examples
Infix vs Postfix...


data-structuresprogramming-languagescompiler-construction

Read More
How to generate LLVM api code via IR code, in current versions?...


compiler-constructionllvmclang++llvm-c++-apillc

Read More
Computing the FOLLOW sets...


parsingcompiler-constructiongrammarll-grammar

Read More
Access native system APIs when implementing a language with LLVM...


user-interfacecompiler-constructionllvmnative

Read More
In the ocaml source, where does the `/boot/ocamlc` file come from?...


compiler-constructionocaml

Read More
Does gcc actually treat prototypes as functions and do their parameters have memory allocated?...


cgcccompiler-constructionlanguage-design

Read More
Retrieve function arguments from gcc function tree node...


c++cgcccompiler-construction

Read More
How can I compile VM-specific code into x86 machine code?...


compiler-constructionvirtual-machineexecutablejitmachine-code

Read More
How compiler manage return inline function?...


c++functioncompiler-constructioninline

Read More
Compiling an AST to Assembly...


assemblycompiler-constructionvm-implementation

Read More
Implicit exception handling...


c++exceptionassemblycompiler-constructionx86

Read More
How to parse input with different sections correctly with Flex, Bison...


compiler-constructionbisonflex-lexer

Read More
Are modern C++ compilers able to avoid calling a const function twice under some conditions?...


c++optimizationcompiler-constructioncall

Read More
Flex and Bison gives Segmentation fault (core dumped)...


compiler-constructionsegmentation-faultbisonflex-lexer

Read More
Unbound value in hand-created OCaml AST...


compiler-constructionocamlabstract-syntax-tree

Read More
Converting a parse tree to AST...


parsingcompiler-constructioncontext-free-grammar

Read More
Is there a compiler or IDE for C on Windows that's regarded as an industry standard?...


cwindowsidecompiler-construction

Read More
Is there some way to use pointers inside C switch statements?...


ccompiler-constructioninterpretervm-implementation

Read More
clojure terminating parenthesis syntax...


clojurecompiler-constructionparentheses

Read More
How to best handle many accept cases...


javacompiler-constructionlexical-analysis

Read More
flex error "end of buffer missed" at EOF when I use yymore()...


compiler-constructionflex-lexerlexer

Read More
Erlang Compiler - Pattern Matching Performance and Underlying Data Structure...


compiler-constructionerlangpattern-matching

Read More
Writing languages for the JVM...


javacompiler-constructionjvmjvm-bytecode

Read More
standalone grammar and parser for php...


phpc++cparsingcompiler-construction

Read More
ML-Yacc Tiger Parser Reduce/Reduce error...


parsingcompiler-constructionsmltigerml-yacc

Read More
yacc: 22 reduce/reduce conflicts...


compiler-constructionyacclex

Read More
Can a Java Compiler or JVM swap instruction order of independent instructions?...


javacompiler-constructionjvminstructions

Read More
Are constant C expressions evaluated at compile time or at runtime?...


coptimizationcompiler-constructionstandardsc-preprocessor

Read More
Confusion in lexical analysis...


compiler-constructionlexical-analysis

Read More
C# Compiler Optimizations...


c#visual-studiocompiler-construction

Read More
BackNext