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.


-- 
Iñaki Baz Castillo
<[email protected]>

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

Reply via email to