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:<br><br>ragel -G2 -Z -o errorbug.go errorbug.rl<br>

<br>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.<br>

<br>graham<br><br>