Search code examples
OCaml: How can I get the path to the *current module* / my project's directory?...


unixcompiler-constructionocamlfilepath

Read More
Nested Grammars in Compiler Design...


parsingcompiler-constructioncontext-free-grammar

Read More
How to get all Global Variables referenced by instruction in LLVM?...


c++compiler-constructionllvm

Read More
Suitable stage for building symbol table...


compiler-constructionflex-lexer

Read More
how a source code is converted into 1's and 0's?...


compiler-constructioncompilationbinary

Read More
How to verify if LLVM "ret" instruction returns void?...


c++compiler-constructionllvmllvm-ir

Read More
I am getting error as unrecognized rule in this lex program...


linuxflex-lexerlexcompiler-construction

Read More
OOP Access Modifiers: Compile-time or Run-time...


javac++oopcompiler-construction

Read More
parsing - operators causing shift/reduce conflict...


cparsingcompiler-constructionbison

Read More
Elegant way of extracting substrings matching regex?...


pythonregexcompiler-constructionregex-greedybnf

Read More
What kind of lexer/parser was used in the very first C compiler?...


cparsingcompiler-construction

Read More
What is the use of relocatable machine code which is generated by Assembler? and why its get convert...


assemblyarchitecturecompiler-constructionmachine-code

Read More
Partial application in LLVM...


compiler-constructionllvmllvm-ircompiler-development

Read More
Possible optimizations in Haskell that are not yet implemented in GHC?...


haskelloptimizationcompiler-constructionghc

Read More
How does `yield` and `await` production parameters expand into `*` and `async` before identifiers...


parsingecmascript-6context-free-grammarcompiler-construction

Read More
Compiler design resources...


compiler-construction

Read More
parsing compiler grammar & faulty error recovery...


ccompiler-constructionbisonyacclex

Read More
Does this grammar define right-associativity by right recursion...


javascriptecmascript-6compiler-constructioncontext-free-grammar

Read More
Proof of the Futamura projections in Haskell...


haskellcompiler-constructioninterpreter

Read More
dynamic semantic errors checking...


ccompiler-construction

Read More
Top-down parser classification...


parsingcompiler-constructiongrammarcontext-free-grammarrecursive-descent

Read More
Ambiguous grammar and Right Most Derivative...


parsingcompiler-constructioncontext-free-grammarambiguous-grammar

Read More
What does a ELF64 File look like?...


linuxassemblycompiler-construction64-bitelf

Read More
Is `goal symbol` the same thing as `start symbol` in context-free-grammar...


javascriptecmascript-6compiler-construction

Read More
Language lexing: better performance to lex a string all at once or individually?...


parsingcompiler-constructioninterpreterlex

Read More
boolean and arithmetic expression grammar in ANTLR...


compiler-constructionantlrgrammarantlr3

Read More
Static linking relocated addresses...


compiler-constructionstatic-linking

Read More
In C how would an ARM compiler optimize this struct?...


coptimizationcompiler-constructionarm

Read More
Compiler-generated relative addresses and how they are represented in (preferably java) bytecode?...


javamemory-managementcompiler-constructionbytecoderelative-addressing

Read More
Semantics of volatile...


ccompiler-constructionlanguage-lawyervolatile

Read More
BackNext