Possible Duplicate:
Learning to Write a Compiler
How to design simple compiler? I want to design compiler for MCA project.
Possible Duplicate:
Learning to Write a Compiler
How to design simple compiler? I want to design compiler for MCA project.
Read: The Dragon Book
You don't. 'Compiler' and 'simple' are mutually exclusive terms.
Let's Build a Compiler, by Jack Crenshaw , a little outdated, but could be useful (here is the pdf version).
Also you have to see this post with a lot of resources.