There is an unclosed literal string. escape = '\';
Should be: '\\'; The error message could certainly use improvement! -Adrian On 10-12-03 03:18 PM, Qwertyon Keen wrote:
I've written adc.rl [ http://codepad.org/huyO8ERx ] as an attempt to define ADC protocol. `ragel adc.rl` returns error message about parse error on line `wc -l adc.rl`+1 so I even can't figure out where error is. I think it's a bug, so I post it here. If you have some solution to this error -- I would appreciate your help. _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
_______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
