guile-user
[Top][All Lists]
Advanced

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

Re: language translator help


From: Thomas Bushnell, BSG
Subject: Re: language translator help
Date: 28 Apr 2002 11:42:16 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Neil Jerram <address@hidden> writes:

>     Thomas> Don't use C at all!  My compiler is a Scheme program.
> 
> What tools are now available for writing parsers in Scheme?  Last time
> we had this conversation on the list, ISTR that there were many ideas
> but nothing quite complete.

I didn't bother with fancy tools.  A straightfoward recursive descent
parser is not too hard to write, so I did.

> On the other hand, you (presumably) already have a working parser in
> C, and, yes, it should be easy to make it produce Scheme forms
> directly from C.  (BTW, I meant generation of Scheme forms before, not
> ASCII text.)

No, I have a parser written in Scheme, just like I said.




reply via email to

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