Related articles |
---|
Grammar development by example oliver@zeigermann.de (Oliver Zeigermann) (2006-07-16) |
Re: Grammar development by example cfc@shell01.TheWorld.com (Chris F Clark) (2006-07-18) |
Re: Grammar development by example schmitz@i3s.unice.fr (Sylvain Schmitz) (2006-07-18) |
Re: Grammar development by example alpanad@gmail.com (2006-07-18) |
From: | alpanad@gmail.com |
Newsgroups: | comp.compilers |
Date: | 18 Jul 2006 01:17:44 -0400 |
Organization: | http://groups.google.com |
References: | 06-07-022 |
Keywords: | parse |
Posted-Date: | 18 Jul 2006 01:17:44 EDT |
Hi,
Following link may of interest to you:
http://www.cse.iitk.ac.in/users/alpanad/thesis.html
This talks about the extraction of grammar rules when an incompete
grammar and a set of example programs are given as input. Example
programs involve new constructs and the above work identifies the
grammar rule corresponding to new constructs.
Additionally, you can refer following work:
http://www.cis.uab.edu/softcom/GenParse/
Above work uses genetic programming model for developing grammar of a
domain specific langauge from example programs.
Best,
Alpana
Oliver Zeigermann wrote:
> Hi, folks!
>
> I am looking for any work done in the field of grammar development by
> example. This is about the user providing certain sentences of a
> language which we want a grammar for. Maybe some more interactive work
> is required.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.