CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
compiler-construction
09-08
Net
Solidity compiler error loading specific function
08-29
OS
Define macro twice in C
08-24
OS
Malloc causes segmentation fault when allocating a struct for a linked-list
08-22
database
ANTLR: Why is this grammar rule for a tuples not LL(1)?
08-20
Net
Understanding what makes a rule left-recursive in antlr
08-20
Net
How to simplify this left-recursive rule?
08-07
Mobile
Would it be possible to write a HACK assembler in JACK?
08-03
Software design
Writing a compiler with Assembly?
07-30
Blockchain
flex/bison gives me a syntax error after printing the result and if another input is written to work
07-27
Software design
why python compiler doesn't ignore syntax errors after exit()?
07-18
database
Should tokens be part of AST Nodes
06-26
Software design
How to compile the floating computation of DSPStone on X86 Architecture?
06-17
front end
How does a shift reduce parser know what rule to apply?
06-13
Back-end
Parsing table for LL1 grammar
06-05
Mobile
LL1 grammar for IF-ELSE condition for a C program
05-23
database
How does a compiler store information about an array's size?
05-23
Software engineering
How compiler stores information about arrays size
05-20
database
How would one implement a standard library for a language they've developed?
05-16
Net
Why does full `constexpr` enabling of a data structure cause the compiled code to be bigger?
04-22
front end
Is implementing a direct Assembly macro in a programming language a good idea?
04-20
OS
C Template specialization matches different functions with namespace op
04-19
Net
Why the optimization, division-by-constant is not implemented in LLVM IR?
04-16
Blockchain
Why peephole optimization is done on assembly code but not on IR code?
03-26
Enterprise
I am writing a lex code in which the regular expression section is given exactly like in the detaile
03-25
Software engineering
Should a merge failure stop the LR(1) to LALR(1) conversion
03-06
database
What is the mechanism to address errno when calling same function from different threads
02-27
database
Why are unused type parameters on Rust structs considered an error and not a warning?
02-25
Enterprise
Do Compilers Un-Inline?
02-23
database
How to implement a nested if statement using branches and labels?
12-30
Back-end
What does `_ -> ()` mean in OCaml function?
12-29
Enterprise
Nested "where" or "let in" CodeStyle in Haskell
11-28
Blockchain
Regular expressions representing BNF
11-18
other
In C or C , does the compiler do implicit linking?
11-09
Net
Is the AST, abstract syntax tree, defined by the language or by the frontend?
11-08
database
How to handle operator precedence in an LL(1) parser
10-31
OS
Kotlin extremely slow compile time
10-29
Mobile
Is there a way to have the same #define statement in different files that are included into the same
10-27
database
Default data type in yacc
10-24
Enterprise
Tools to convert lisp code to assembly language
10-23
Enterprise
How to eliminate backtracking-leading common prefix in code like {a b} a c?
46
1
2
Next
Last
Links:
CodePudding