View Review Details
| Book: | lex & yacc | |
| Subject: | Attractive Book | |
| Date: | 2008-03-11 00:06:24 | |
| From: | supersimha | |
|
Rating:
I have been refering the book for past three months which has helped me a lot in constructing a compiler(using c++,tool- vc++)as a part of my academic project. The book has helped in several stages of the process. The chapter 8(Yacc ambiguities and Conflicts) helped me in debugging several errors that i came across. I am very thankful to the author. Now the compiler is working as a win32 console based application. Currently i am trying to integrate lex and yacc with vc++(MFC)so that my compiler will have a very good user interface.I am facing problem with this integration process as c++ code snipet in the MFC application cannot call the parser(.y files). so i request your suggestion regarding this problem.
|
||