[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lexx/yacc under RTEMS?
- Date: Tue, 20 Aug 2002 12:20:37 -0700
- From: strauman at SLAC.Stanford.EDU (Till Straumann)
- Subject: lexx/yacc under RTEMS?
Glen M Cornell wrote:
> Anyone have any good/bad experiences with lex and yacc under RTEMS?
> Are there any portability issues that one must consider with the code
> that lex and yacc generate?
>
> thanks,
> glenco
>
I very successfully use 'bison' generated code under RTEMS I use
a handcoded lexer, but I wouldn't expect major problems when using
'flex'
HTH
-- Till