Search code examples
What does back slash "\" really mean?...


compiler-construction

Read More
Can't get my head around creating unambiguous grammar for if else...


compiler-constructionprogramming-languagesgrammarlex

Read More
How i can disable maximal munch rule in Lex?...


cregexcompiler-constructionlex

Read More
Abstract Syntax Tree - Compiler Phases...


compiler-constructiontreeabstract-syntax-treesemantic-analysis

Read More
Flex (lexical analizer) doesn't make the file lex.yy.c, why?...


visual-studio-2010compiler-constructionflex-lexer

Read More
getting shift/reduce errors in my grammar...


ccompiler-constructionyacclex

Read More
Clang Launch Sequence?...


compiler-constructionosx-yosemitexcode6.1llvm-clang

Read More
Collecting classes definitions on the fly while parsing...


c++parsingcompiler-constructioncompilationbison

Read More
Could a language be designed that does not require the escaping of quotes in string literals?...


compiler-constructionlanguage-agnosticescapingquoteslanguage-design

Read More
Does character length attribute be the part of lexer or parser?...


parsingcompiler-constructionlexer

Read More
Why is object file broken into grid of 8 columns of 4 hexidecimal numbers each?...


cassemblycompiler-constructionx86

Read More
What is the actual relation between assembly, machine code, bytecode, and opcode?...


cassemblycompiler-constructionllvmbytecode

Read More
Ideas for Create a lexical analyzer program using java...


javacompiler-constructiontokenizelexical-analysisstringtokenizer

Read More
How to handle multiple ocaml types in ocaml?...


typescompiler-constructionocaml

Read More
Why does the async keyword generate an enumerator & additional struct when compiled?...


c#asynchronouscompiler-constructionndepend

Read More
ANTLR error on parsing...


parsingcompiler-constructionantlr

Read More
Conversion from assembly program to low-level machine language...


assemblycompiler-constructionmachine-code

Read More
do we need to check the inheritance graph of a single-inherited language for loops?...


inheritancegraphcompiler-constructionsemantics

Read More
ARM v7-M Instruction Set Decoding Function...


compiler-constructionarminstruction-setobjdump

Read More
Your favourite Abstract Syntax Tree optimization...


compiler-constructioncompiler-optimizationabstract-syntax-tree

Read More
JavaCC choice conflict warning without lookahead in an LL1 grammar...


compiler-constructionjavacc

Read More
context in visitor method returns null for sub expressions...


c#compiler-constructionantlrbnf

Read More
Can the CPU understand programming languages?...


compiler-constructioncpu

Read More
Bison Reduce/Reduce Conflict with Casting and Expression Parentheses...


parsingcompiler-constructionbisonyacc

Read More
Exactly why can compilers not determine a variable's true type until runtime?...


c++typescompiler-constructionruntimedynamic-dispatch

Read More
Memory: how does the compiler choose where to store variables?...


c++cmemorycompiler-constructionruntime

Read More
What are synthesized attributes in the context of creating an abstract syntax tree?...


parsingcompiler-constructionabstract-syntax-tree

Read More
GHC pipeline: Core, STG - ASTs or text?...


haskellcompiler-constructioncompilationghcabstract-syntax-tree

Read More
Enumerator value resolution...


ccompiler-constructionenums

Read More
Symbol table using vectors...


c++compiler-construction

Read More
BackNext