Re: LPeg 0.10
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPeg 0.10
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 4 Nov 2010 17:51:47 -0200
> > I see that the re module is now using a locale-dependent definition of
> > space for parsing grammars, which is opposite to the locale-independent
> > trend of Lua-5.2.
>
> This is nothing ideological. (Actually I did not really think about it ;)
> I hope locales do not change too much about what they consider spaces...
Just in case, I changed it to m.S(" \f\n\r\t\v").
-- Roberto