[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feature proposal: \x## notation in strings
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 25 May 2009 09:29:14 -0300
> Yes, Holy Three! It's only 17 extra lines:
>
> http://lua-users.org/lists/lua-l/2009-03/msg00228.html
Maybe 19? (To handle correctly lowercase "digits" such as \x0f.)
-- Roberto