Related articles |
---|
LEX and YACC -- Are there better parser generators? turpin@cs.utexas.edu (1989-11-04) |
Re: LEX and YACC -- Are there better parser generators? gmdka!grosch@uunet.UU.NET (1989-11-07) |
Re: LEX and YACC -- Are there better parser generators? fjb@metaware.metaware.com (1989-11-08) |
Re: LEX and YACC -- Are there better parser generators? daven@ibmpcug.co.uk (D R Newman) (1989-11-08) |
Newsgroups: | comp.compilers,comp.edu |
From: | D R Newman <daven@ibmpcug.co.uk> |
Organization: | The IBM PC User Group, UK. |
Date: | Wed, 8 Nov 89 01:51:18 GMT |
Of course there are better parsers, especially the Declarative Clause
Grammars in Prolog. If you use a compiled Prolog, like LPA, you can even
use the parser with other languages.
OTOH, if you are only parsing a restricted language, not a natural one like
English, you don't need something so powerful - a LISP augmented transition
network will do.
[From D R Newman <daven@ibmpcug.co.uk>]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.