guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parsing vrml


From: rm
Subject: Re: parsing vrml
Date: Sun, 13 Jan 2002 16:51:21 +0100
User-agent: Mutt/1.3.24i

On Sun, Jan 13, 2002 at 03:24:16PM +0000, Mr. Peter Ivanyi wrote:
> Hello,
> 
> I would like to parse VRML files in scheme (guile).
> Can somebody suggest me a method ? Is there a grammar parser in scheme
> or any tool that can help me ?



As far as i recall Ariel has ported silex, a
scheme based lexer written by  Danny Dube 
(http://www.iro.umontreal.ca/~dube) to guile.

There's also the essence parser generator, but that
would need porting to guile (essence will produce pure
r5rs code, so if you can live with running the
essence parser generator in scheme48 you can use the
generated parser without any porting efforts).


  Ralf Mattes

> Thanks,
> 
>                               Peter Ivanyi
> 
> _______________________________________________
> Guile-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/guile-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]