Hi Graham, I just checked in a fix.

Regards,
 Adrian

On 10-11-26 07:22 AM, Graham Miller wrote:
I found a bug in the Go language branch of ragel.  I didn't see a public
issue tracker, so I thought I'd post it here.  I've attached an input
file that you can compile with the following command line:

ragel -G2 -Z -o errorbug.go errorbug.rl

The problem is that the line reference comments associated with the $err
action start with the wrong comment marker.  That is, they should start
with '//' and they start with '#'.  Most of these comments do have the
correct comment marker, as the problem only occurs when I add a $err
action to my FSM.

graham



_______________________________________________
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

Reply via email to