[clug] An EBCDIC lex ?

Paul Matthews plm at netspace.net.au
Sat Aug 14 01:48:47 MDT 2010


  On 14/08/10 15:42, Eyal Lebedinsky wrote:
> Something like what in ASCII will say:
>     DIGIT    [0-9]
> should now say
>     DIGIT    [\xf0-\xf9]
> (I think this is how you escape hex in flex input)
>
Now that is a good idea Eyal.

( A lot less tedious than attempting a handwritten state machine. )

-- 
Fools ignore complexity. Pragmatists suffer it.
Some can avoid it. Geniuses remove it.



More information about the linux mailing list