| Related articles |
|---|
| ASP-style grammar o_dwyer_john@hotmail.com (2003-03-30) |
| Re: ASP-style grammar 6667@wp.pl (kat-Zygfryd) (2003-03-30) |
| From: | "kat-Zygfryd" <6667@wp.pl> |
| Newsgroups: | comp.compilers |
| Date: | 30 Mar 2003 21:15:26 -0500 |
| Organization: | Compilers Central |
| References: | 03-03-167 |
| Keywords: | parse |
| Posted-Date: | 30 Mar 2003 21:15:26 EST |
From my own experience I can tell you, that creating a markup language
parser (in my case XML) is much easier and faster by hand than using a
CC. Since the grammar of a markup language is really straightforward
you don't have to use a recursively structured parser, an iterative
one with a simple stack will do fine.
kat-Zygfryd
Return to the
comp.compilers page.
Search the
comp.compilers archives again.