Search code examples
Are the tokens counted after pre-processing or during the process of pre-processing only?...


ccompiler-construction

Read More
Parser errors - pattern for generating error handling automatically...


parsingcompiler-constructiongrammar

Read More
What is the implementation difference between static variable and static field?...


c#compiler-constructionstatic-variables

Read More
What jobs does a typical C++ compiler handle?...


c++compiler-constructionlinkermachine-translation

Read More
Why does java allow only dynamic linking?...


javacompiler-constructionstatic-linkingdynamic-linking

Read More
ANTLR4 match multiple lines to a stop word, but don't consume it...


compiler-constructionantlrantlr4

Read More
How to build an Online Objective-C Compiler...


phpobjective-ccompiler-constructiononline-compilation

Read More
Getting the name of the function in a CallInst...


compiler-constructionclangopenclllvmstatic-analysis

Read More
Looking for advice on making this BNF grammar suitable for LL(1) parsing (left factoring)...


parsingcompiler-constructionbnf

Read More
Converting a grammar into LL(1) grammar: some problems...


compiler-constructiongrammarcompiler-theory

Read More
Intel compiler with openCV how does it work...


c++opencvdllcompiler-construction

Read More
How are memory references located in a moving garbage collection implementation?...


assemblycompiler-constructiongarbage-collection

Read More
Simple Mathematical Parser Flex&Bison...


c++compiler-constructionbisonflex-lexer

Read More
How do I link when building with llvm libraries?...


compiler-constructionllvmstatic-analysisllvm-clangllvm-ir

Read More
Open source C compiler in C#?...


c#ccompiler-construction

Read More
How to define numbers format in Flex (lexical analyzer)?...


ccompiler-constructionflex-lexerlexlexical-analysis

Read More
Does the Java compilers text-to-float value conversion differ from strtod?...


javacompiler-constructionfloating-pointstrtod

Read More
Grammar of calculator in a finite field...


parsingcompiler-constructiongrammarbison

Read More
Prevent implict object construction from bool?...


c++constructorcompiler-construction

Read More
How is it that the val() and rep() functions are called in this code(there's no definition for t...


abstract-syntax-treecompiler-constructioncup

Read More
Typed vs typeless language...


typescompiler-constructionprogramming-languagesdeclaration

Read More
How to generate control flow graph from Scala code?...


eclipsescalacompiler-constructioncontrol-flow-graph

Read More
Is this grammar left factored?...


parsingcompiler-constructiongrammar

Read More
Does Console.In has an end...


c#inputiocompiler-constructionconsole

Read More
How to get Register-Transfer-Language (RTL) Code from C and JAVA Code?...


cgcccompiler-construction

Read More
How to implement the execution of a language that I am writing?...


c#compiler-constructiondelegatesstack-overflow

Read More
Can I use .equals() on '+'? Not sure why error is being thrown here...


javahtmlcompiler-constructionsyntax-error

Read More
Why is vptr stored as the first entry in the memory of a class with virtual functions?...


c++performancememory-layoutcompiler-constructionvptr

Read More
Are programming languages converted in machine code by compilers?...


performancecompiler-construction

Read More
How is Ruby's throw-catch implemented?...


rubycompiler-constructionlisplanguage-designthrow

Read More
BackNext