List Question
20 TechQA 2022-02-20T14:08:43.900000What is the point of the 4 grammars specified in Chomsky hierarchy?
494 views
Asked by jeremy
How does the latest ANTLR4 resolve the "dangling else" ambiguity?
238 views
Asked by hengxin
Why don't most interpreted languages like ruby provide an optional compiler?
467 views
Asked by AudioBubble
Print integers as strings in mips programs
49 views
Asked by Sankha Jayalath
Exercise 4.2.8 from "Compilers - Principles, Techniques, & Tools" (a.k.a. Dragon Book)
380 views
Asked by Giuseppe Rossini
Eliminate Left Recursion in a Context Free Grammar
208 views
Asked by Fallen
What is Local and Global optimization in Compiler Design?
1.4k views
Asked by Jitendra Raghuwanshi
Interpreter and Compiler
126 views
Asked by Amanuel Getachew
Why can't compilers automatically optimize regular recursion?
162 views
Asked by Tombert
Computing Liveness of Arrays and Other Non-Scalars in Low Level Intermediate Code
194 views
Asked by BinaryLust
can I reduce executable file size by defining funtions in source code?
230 views
Asked by Kavindu Ravishka
How easy is to find a string that leads to conflict in a SLR(1) parser compared to a LR(1)
132 views
Asked by Dragonite LvL 100
Finding a grammar is not LL(1) without using classical methods and transforming it to LL(1)
248 views
Asked by Dragonite LvL 100
Is this an intermediate representation?
1.1k views
Asked by Mr Wannabe
Writing a Compiler in C
310 views
Asked by Bran Tran
LR(1) parsing table with epsilon productions
2.4k views
Asked by Astinog
Gcc llvm backend guides to make reading source codes a little bit easier?
265 views
Asked by AudioBubble
May multi-Pass compilers compile big programs in memory without running out of it?
35 views
Asked by NYG
Which stage of the compiler detects the following errornous program?
86 views
Asked by Emil Gelman
Finding an equivalent LR grammar for the same number of "a" and "b" grammar?
396 views
Asked by DarK_FirefoX