Related articles |
---|
Generalized parser without generation moughanj@tcd.ie (2004-02-01) |
Re: Generalized parser without generation joachim.durchholz@web.de (Joachim Durchholz) (2004-02-04) |
Re: Generalized parser without generation derkgwen@HotPOP.com (Derk Gwen) (2004-02-04) |
Re: Generalized parser without generation jesjones@mindspring.com (Jesse Jones) (2004-02-04) |
Re: Generalized parser without generation pete@restall.net (Peter Restall) (2004-02-04) |
Re: Generalized parser without generation cfc@shell01.TheWorld.com (Chris F Clark) (2004-02-04) |
Re: Generalized parser without generation vidar@hokstad.name (2004-02-04) |
Re: Generalized parser without generation bear@sonic.net (Ray Dillinger) (2004-02-08) |
From: | Derk Gwen <derkgwen@HotPOP.com> |
Newsgroups: | comp.compilers |
Date: | 4 Feb 2004 21:43:02 -0500 |
Organization: | Quick STOP Groceries |
References: | 04-02-031 |
Keywords: | parse |
Posted-Date: | 04 Feb 2004 21:43:02 EST |
moughanj@tcd.ie (James Moughan) wrote:
# A friend of mine has been given a final year project for which his
# supervisor wants the above; that is, a program which can read in a
# description of a grammar then parse a file using it directly. Users
# must be able to add new grammars at any time without compiling. ...
You can start an Earley parser with very little preprocessing of
grammar. I'm currently using one to discover patterns in text by
adding productions to the grammar one at a time until the corpus is
completely parsed.
--
Derk Gwen http://derkgwen.250free.com/html/index.html
Return to the
comp.compilers page.
Search the
comp.compilers archives again.