[ragel-users] Re: State Chart Finishing Actions?
Adrian Thurston
thurs... at cs.queensu.ca
Tue Apr 29 14:37:01 UTC 2008
Since there is no kleene star it accepts only a single character and
won't persist throughout the machine.
Cheers,
Adrian
Bob Paddock wrote:
>
>
> (
> 'a' |
> 'b' |
> 'c' |
> ...
> ) @1 |
> (
> any @0
> )
>
>
>
> Is this 'any' going to be for the life of the machine, like my original
> 'any* 'which won't work in my case,
> or just for this section of the State Chart, which is what I need?
>
> >
More information about the ragel-users
mailing list