* On 2009-04-18 Adrian Thurston <[email protected]> wrote : > You can execute on one character at a time. > > while (true) > { > int c = getchar(); > if ( c == EOF ) > break; > > char cv = c; > char *p = &cv; > char *pe = p + 1; > > %%write exec; > }
Ah yes, I figured this out eventually, but I was bitten by using the wrong alphtype which caused me other troubles. Thank you, Ico -- :wq ^X^Cy^K^X^C^C^C^C _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
