[ragel-users] Error: "lower end of range is greater then upper end"

Iñaki Baz Castillo ibc at aliax.net
Sat Nov 21 17:25:47 UTC 2009


El Sábado, 21 de Noviembre de 2009, Iñaki Baz Castillo escribió:
> Hi, I get this strange error:
> 
>   "67:41: lower end of range is greater then upper end"
> 
> Line 67 is this one:
> 
> 	extension_selector     = ( 0x00..0x2e | 0x30..0xff )+;
> 
> where column 41 is "0x30".
> 
> 
> I cannot understand what's wrong, any help please?

A workaround is:

  extension_selector     = any -- "/";

but I'd like to understand the above error.


-- 
Iñaki Baz Castillo <ibc at aliax.net>




More information about the ragel-users mailing list