Page 1 of 1

Yet another Compiler Question :)

Posted: Sun Dec 08, 2002 10:38 am
by charisma
i am planning to do compiler design as a project. i have an idea of implementing it in Visual C++. The compiler is basically for a language, which is developed by my team, a sort of beginner's computer language. As this more of learning project, i dont want to use tools such as flex and yacc. i have learned the theory about the compilers in the "Principles of Compiler Design" which is written by Aho and Ullman. i cud understand the theory behind the operator precedence, predictive(:o) and other complex parsers. i wud like to know which is the best algorithm for implementing a parser. also i wud like to know whether is it really necessary to follow the algorithms given in the books for gettin an effective one.

Re:Yet another Compiler Question :)

Posted: Sun Dec 08, 2002 12:11 pm
by jrfritz
Well, "Writing Comilers and Interpreters" is good.