Related articles |
---|
Simple Language design chubbles@blueyonder.co.uk (2002-04-06) |
Re: Simple Language design k.prasad@attbi.com (Kamal R. Prasad) (2002-04-07) |
Re: Simple Language design farmersckn@hotmail.com (2002-04-17) |
From: | "Kamal R. Prasad" <k.prasad@attbi.com> |
Newsgroups: | comp.compilers |
Date: | 7 Apr 2002 22:42:05 -0400 |
Organization: | Compilers Central |
Keywords: | design |
Posted-Date: | 07 Apr 2002 22:42:05 EDT |
there is a new edition of finite automate theory by Aho,Hopcroft,Motwani
that discusses the pecularity of markup language as case studies (pg 196).
if you have questions beyond that, pl. let me know.
thanks
-kamal
"Chubby" <chubbles@blueyonder.co.uk> wrote in message
> I'm currently developing a very simple language which describes HTML
> forms in simple text. I'm using JAVA to implement the
> compiler/translator and just need to know the general STEPS needed for
> lexical analysis. I've read tons of books which describe how simple
> mathmatical expressions can be tokenized but what about the more
> complicated strings, keywords etc?
>
> Also what would be the best way to read the source file into the
> program. ...
> over two lines will require extra array manipulation)
Return to the
comp.compilers page.
Search the
comp.compilers archives again.