[ragel-users] Doubt about actions prioritity

Adrian Thurston adrian.thurston at esentire.com
Thu Dec 16 17:36:06 UTC 2010


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
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users


More information about the ragel-users mailing list