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?                         
                 
_______________________________________________
ragel-users mailing list
ragel-users@complang.org
http://www.complang.org/mailman/listinfo/ragel-users

Reply via email to