[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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