|
|
|
|
|
by mak120
5904 days ago
|
|
Perhaps you are implying the Dragon Book is not needed for people who will use tools like lex and yacc to generate it. While that is true, the Dragon Book gives real insight into how a compiler really works and how to code one from scratch. If someone is only interested in getting a very basic compiler up and running quickly and not interested in understanding how to really make one, a simple tutorial for yacc should suffice. |
|