1. Re: Wrappers
- Posted by David Cuny <dcuny at LANSET.COM>
Mar 17, 2000
-
Last edited Mar 18, 2000
I've started (but not completed) a program to generate wrappers from a C
include file. It's a two-step process. The first pass runs the pre-processor
directives and creates a 'plain' C file. The second pass converts structures
and declarations to Euphoria equivalents.
Anyone interested in taking this project on? There are a *lot* of subtle
problems to be solved, especially with type conversions.
-- David Cuny