Yes it is always true. There is a section in the manual on this topic.

-Adrian

On 10-12-12 08:54 AM, Iñaki Baz Castillo wrote:
Hi, let's suppose this simple case:

   user   =  token>start_user %end_user
   host   =  token>start_host %end_host
   uri      =  ( user "@" host )>start_uri %end_uri
   main  := uri

I need actions being called in the following order:

- start_uri
- start_user
- end_user
- start_host
- end_host
- end_uri

Is it always true?

Thanks for any clarification.



_______________________________________________
ragel-users mailing list
[email protected]
http://www.complang.org/mailman/listinfo/ragel-users

Reply via email to