Re: looking for a utility
- Posted by jimcbrown (admin) Sep 18, 2009
- 1301 views
silvercoon said...
I thought the utility I'm thinking of was more generic, as in the ability to recognize C code (but I could be wrong).
Although I haven't used it yet, doesn't the Euphoria to C translator work in reverse, too?
Thanks for responding.
The Euphoria to C translator does not work in reverse. It can't convert C code.
The only tool I can recall off the top of my head that does what you are saying is David Cuny's Euphoria SWIG plugin, which would use SWIG to convert C and C header files into Euphoria code. I know there were a few other projects that did the same thing, but I don't remember what they were.