Search code examples
Could you implement async-await by memcopying stack frames rather than creating state machines?...


asynchronousasync-awaitcompiler-constructionlanguage-agnostic

Read More
How does GCC/Clang buffer preprocessed code?...


compiler-construction

Read More
Converting string to lltype in order to utilize struct_set_body?...


compiler-constructionocamlllvmllvm-irllvm-c++-api

Read More
What does "let name(param1, param2) = .." mean in ocaml (as opposed to just let name = ......


compiler-constructionocamlocamlbuildocamlyacc

Read More
What does llvm.set_value_name actually do?...


compiler-constructionocamlllvmllvm-ir

Read More
Can the compiler I made still be called a compiler?...


compiler-constructionterminology

Read More
What does `_ -> ()` mean in OCaml function?...


functionsyntaxcompiler-constructionocamlocamlyacc

Read More
Is this an example of casting in Ocaml, unclear on what this line is doing?...


compiler-constructionocamlllvmllvm-irocamlyacc

Read More
What is this Ocaml code written to generate LLVM IR doing?...


compiler-constructionocamlllvmllvm-irocamlyacc

Read More
Does precedence matter in ocaml parser?...


compiler-constructionocamlocamlyacc

Read More
How to manage variable scopes in symbol table...


compiler-constructionsymbol-table

Read More
Can the compiler do some type inference in the grammer parse stage?...


compiler-construction

Read More
would conversion from java code to jvm byte code considered compiling or transpiling?...


javacompiler-constructionjvm

Read More
Is an array a type or a value?...


arrayscompiler-construction

Read More
Understanding Double Buffering in Lexical Analyzer...


compiler-construction

Read More
Is this CYK parser result correct?...


nlpcompiler-constructiondynamic-programmingchomsky-normal-formcyk

Read More
Convert javascript code to c code...


javascriptccompiler-construction

Read More
Knowing the size of a C function in the compiled objectfile...


ccompiler-constructioncompiler-optimizationelfobject-files

Read More
What is the difference between LR, SLR, and LALR parsers?...


algorithmparsingcompiler-constructiongrammarlr-grammar

Read More
Questions about implementation of a global register allocator for the tiny c compiler...


compiler-constructiontimecompiler-theorytcc

Read More
Regular expressions representing BNF...


regexcompiler-constructionjflex

Read More
How is 0xe+foo parsed?...


c++parsingcompiler-constructiontokenliterals

Read More
How to handle operator precedence in an LL(1) parser...


parsingcompiler-constructiongrammarll-grammar

Read More
What are "retainedNodes" in LLVMs debug metadata?...


visual-c++compiler-constructionllvmdebug-information

Read More
Error: request for member " " in something not a structure or union (Yacc)...


compiler-constructionbisonyacc

Read More
Nested Shift/reduce conflict in bison?...


compiler-constructionbisonshift-reduce-conflictshift-reduce

Read More
Functional programming style pattern matching in JavaScript...


javascriptalgorithmfunctional-programmingcompiler-constructionpattern-matching

Read More
How do I get AST as string using libclang?...


compiler-constructionclanglibclang

Read More
Compiler- DFA (a+b)* vs (a|b)* any difference between both?...


regexcompiler-constructiondfa

Read More
Is the AST, abstract syntax tree, defined by the language or by the frontend?...


c++gcccompiler-constructionclangclang-tidy

Read More
BackNext