[ECOS] lex/yacc

Andrew Lunn andrew.lunn@ascom.ch
Fri Mar 16 03:31:00 GMT 2001


On Fri, Mar 16, 2001 at 04:32:47PM +0500, Suresh N wrote:
> hi all,
> 
>     Is there any port of lex/yacc on ecos..
>     or can u give some pointers of how to go about using it....

Code produced by Flex and bison should 'just work'. They just use the
standard C library. Flex has a tiny library. You could either port
this which should be trivial, or just tell flex not to use the
functions.

        Andrew



More information about the Ecos-discuss mailing list