[ragel-users] parse error on line `wc -l adc.rl`+1

Adrian Thurston adrian.thurston at esentire.com
Mon Dec 6 18:19:36 UTC 2010


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
> ragel-users at complang.org
> http://www.complang.org/mailman/listinfo/ragel-users
>

_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users



More information about the ragel-users mailing list