On Sun, Jun 29, 2008 at 8:24 AM, Heiko <<a href="mailto:heiko.pael...@gmail.com" target="_blank">heiko.pael...@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Do you have any idea why my implementation swallows one character<br>
after a newline \n, but not after \r?</blockquote><div><br>What version of Ragel are you using? You probably want to use pattern => action; in your scanner for the multiline/newline matching rather than @{} transitions to get longest match behavior.<br>
</div></div>