guile-user
[Top][All Lists]
Advanced

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

Re: C programs in Scheme syntax


From: Matt Wette
Subject: Re: C programs in Scheme syntax
Date: Fri, 29 May 2020 05:34:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

The other solutions look closer to what you want but

    https://savannah.nongnu.org/projects/nyacc

has a C parser written in Guile which outputs SXML
and a pretty-printer which converts the SXML to C code.

On 5/28/20 8:23 PM, Keith Wright wrote:
I am thinkging about a project that uses Scheme macros
to generate C code.  To this end I want to encode C
programs as S-expressions.




reply via email to

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