This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lex/yacc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]