Discussion:
[ragel-users] How to indicate end of value?
dinesh rtp
2013-10-16 00:17:41 UTC
Permalink
I have a string with two pointers to it.
Ex: abcdefghij
start_pointer at 'c'end_pointer at 'g'
How to make ragel understand that it should parse only till 'g' in the above example?Should I use the *pe variable? To set the end?
I tried setting the *pe value to point to next to g. But still it fails. Please, let me know how I should approach this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20131016/a6103577/attachment.html>
Loading...