[plt-scheme] foreign and C macros

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Mar 29 11:19:10 EST 2005

On Mar 29, Joe Marshall wrote:
> Eli Barzilay <eli at barzilay.org> writes:
> 
> > Well, not really.  In the long run, it might be feasible to write
> > a C header parser (Joe has something that's already working, but
> > more work is required to actually use it), but for now there is no
> > simple solution.
> 
> Ultimately, it cannot be done.  C macros simply don't have enough
> information to be used other than in the context of a surrounding C
> program.  Things like this:
> [...]

Yeah -- anything that can be done will always be limited to
"interface-like" things...

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.