Search code examples
direct-coded vs table-driven lexer?...

compiler-constructionlexertable-driven

Read More
Default data type in yacc...

ccompiler-constructionbisonyacc

Read More
How to efficiently implement closures in LLVM IR?...

compiler-constructionllvmcode-generationlanguage-designllvm-ir

Read More
Lexical Errors: misspelling of identifiers...

compiler-errorscompiler-constructionlexical

Read More
program reads character as newline...

pythoncompiler-constructioncharacternewline

Read More
How to get a regular expression based on the following constraints...

regexcompiler-constructionpasswordslow-level

Read More
Flex matching wrong rule...

ccompiler-constructionflex-lexer

Read More
Advantages of using truncation towards minus infinity vs towards zero...

haskellcompiler-constructiontruncate

Read More
How is Dart FFI implemented indeed? Are they as cheap as a normal function call, or do they do heavy...

flutterdartcompiler-construction

Read More
Construction of a lexer with ocamllex without a parser module...

compiler-constructionocamllexerocamllex

Read More
Antlr4 parser ignoring lexer rules and generating implicit tokens...

compiler-constructionantlrantlr4antlr3

Read More
Difficulty fixing dangling else problem without assoc in Bison...

parsingcompiler-constructionbisonambiguous-grammar

Read More
How does the Erlang compiler implement pattern matching?...

compiler-constructionerlangpattern-matching

Read More
%left and %right in yacc...

syntaxcompiler-constructionyaccoperator-precedence

Read More
JavaScript v8 Optimization Compiler | Monomorphism, Polymorphism?...

javascriptoptimizationcompiler-constructionv8

Read More
Lexical analyzer gives undefined error for yylineno...

ccompiler-constructionflex-lexerlexlexical-analysis

Read More
how to debug a clang C++ compiler bug? (clang frontend command failed with exit code 139)...

c++compiler-errorscompiler-constructionclang

Read More
Example assembly/machine instruction from lambda calculus...

assemblyfunctional-programmingcompilationcompiler-constructionlambda-calculus

Read More
Context Free Grammar with ambiguity - small compiler using Ply lex/yacc generator...

pythonparsingcompiler-constructionply

Read More
Is Eclipse's ecj compiler extensible?...

javaeclipsecompiler-constructionecj

Read More
Svelte use compiler cloned from GitHub...

githubcompiler-constructionsveltesvelte-3

Read More
How could one possibly bootstrap a C compiler(from source)?...

ccompilationcompiler-constructionbcpl

Read More
What is the purpose of a lexer?...

compiler-constructionlexical-analysis

Read More
Is the type of variable stored somewhere? Where is it?...

ccompiler-constructiontypeinfo

Read More
why does compiler store variables in register?...

ccompiler-constructioncpu-architecturecpu-registers

Read More
How does compiler understand the pointer type?...

c++pointerscompiler-constructiontypeinfo

Read More
Data flow analysis - IN OUT...

compiler-constructiondata-analysiscompiler-optimizationdataflow

Read More
JavaScript parser in Python...

javascriptpythonparsingcompiler-construction

Read More
Python - Is there a way to make typing that declared later...

pythoncompiler-constructioninterpretertype-hinting

Read More
What is a cell in the context of an interpreter or compiler?...

pythoncompiler-constructionclosuresinterpreterrust

Read More
BackNext