[plt-scheme] Re: Generating C code
2009/5/15 Dave Herman <dherman at ccs.neu.edu>:
> [...]
> Paulo wrote:
>> So, can you convert the abstract syntax structures into source?
>
> *You* can, but I'm afraid there's nothing there to help you. :)
>
> [...]
> You can use my pprint.plt PLaneT package to help you, though
> I'm still not satisfied with the reliability of that package (I think it's still
> suffering some subtle algorithmic complexity problems).
> [...]
Hello,
if I recall correctly, Alex Shinn's combinator formatting library has
some pretty decent support to print out C source code as well and is
also available as a PLaneT package:
http://planet.plt-scheme.org/display.ss?package=fmt.plt&owner=ashinn
cu,
Thomas
--
When C++ is your hammer, every problem looks like your thumb.