12-27-06 12:20 AM
Yao wrote:
> I am learning Compiler Principles.
> My term paper is to change a text that includes html codes into a
> webpage.
> But I don't know how to do,even how to start the first step!
> I am in great need for your help.
> Who can help me?
If you don't even know the first step, it's doubtful that you've in
fact learned any compiler principles at all. So I'd start by learning
the principles of making a compiler. Look for information on lex/flex
and yacc/bison.
DS
[ Post a follow-up to this message ]
|