Search code examples
What does `InputElementDiv` stand for in ECMAScript lexical grammar...


javascriptecmascript-6compiler-constructionlexical-analysis

Read More
How to extract complete function information on LLVM?...


c++compiler-constructioncompiler-optimizationllvm-irllvm-c++-api

Read More
ANTLR: How to avoid re-parsing entire file when user modifies text...


c#parsingcompiler-constructionantlrantlr4

Read More
yylineno giving unexpected results for error report...


ccompiler-constructionbisonflex-lexer

Read More
Semantic actions on Menhir...


compiler-constructionocamlmenhir

Read More
How to preserve the global variables in the stack in MIPS when calling a function?...


assemblycompiler-constructionmipscode-generation

Read More
Number of tokens in the statement...


tokencompiler-construction

Read More
Scala lambda function not resolved when declares the type of parameter?...


scalalambdacompiler-construction

Read More
C++ CPU Register Usage...


c++compiler-constructionassemblymipscpu-registers

Read More
How do I cache hash codes for an AST?...


hashf#compiler-constructionabstract-syntax-treememoization

Read More
where is the `__class__` variable stored in python, or how does the compiler know where to find it...


pythoncompiler-constructioncellfreeabstract-syntax-tree

Read More
Trying to create basic compiler in C#, getting Access Violation Errors...


c#assemblydllcompiler-constructionaccess-violation

Read More
LL(1) grammar for dangling else...


compiler-constructiondangling-else

Read More
ANTLR4.7: rule XXX contains a closure with at least one alternative that can match an empty string&#...


compiler-errorscompiler-constructionantlrantlr4

Read More
Bison zero or one occurrences in grammar file...


parsingcompiler-constructionbison

Read More
Declare classes based on user input...


c++classcompiler-construction

Read More
Bison one or more occurrences in grammar file...


parsingcompiler-constructionbison

Read More
Symbol table in linking...


compiler-constructionlinker

Read More
Does developing applications for SPARC, IBM power CPU require separate compilers, other than x86, x8...


linuxcompiler-constructionportingcpu-architecture

Read More
Compiler : How is symbol table passed from source machine to target machine?...


compiler-constructionbackendsymbol-table

Read More
How can java use Compiler...


javacompiler-constructioninterpreterjit

Read More
hand coding a parser...


c#compiler-constructionparsinglexer

Read More
How does the compiler knows the function which is imported by dll?...


c++dllcompiler-construction

Read More
OOL (out of line) code...


javascriptcompiler-constructionionmonkey

Read More
How programs written in interpreted languages are executed if they are never translated into machine...


programming-languagesinterpreterdynamic-languagescompiler-construction

Read More
what is "stack alignment"?...


c++data-structuresmingwvisual-c++compiler-construction

Read More
SSA representation of updating a variable in enclosing scope...


compiler-constructionssa

Read More
C# Compiler-Building Scoping Issue...


c#compiler-construction

Read More
strcat vs strncat for string literal...


cstringcompiler-constructionconcatenation

Read More
What's the difference between a boolean literal and a boolean value?...


javascriptcompiler-constructioncomputer-science

Read More
BackNext