[ragel-users] Doubt about actions prioritity
Iñaki Baz Castillo
ibc at aliax.net
Sun Dec 12 16:54:17 UTC 2010
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
<ibc at aliax.net>
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users
More information about the ragel-users
mailing list