diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-10 21:19:21 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-05-10 21:19:21 +0300 |
commit | c10ee230c83a5dfcda077652c2b16bc8f8a9d221 (patch) | |
tree | 053cdc5f1fa7f46d7594eb51c4ab55f9853794f0 /lualibs-lpeg.lua | |
parent | 751cd5a244ee7504e9960c45252b05f431a9c098 (diff) | |
download | lualibs-c10ee230c83a5dfcda077652c2b16bc8f8a9d221.tar.gz |
Sync with ConTeXt stable (stable 2010.05.08)
No functions removed, few new additions.
Diffstat (limited to 'lualibs-lpeg.lua')
-rw-r--r-- | lualibs-lpeg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualibs-lpeg.lua b/lualibs-lpeg.lua index 2e366a9..f060f3b 100644 --- a/lualibs-lpeg.lua +++ b/lualibs-lpeg.lua @@ -120,7 +120,7 @@ function string:checkedsplit(separator) return match(c,self) end ---~ function lpeg.L(list,pp) +--~ function lpeg.append(list,pp) --~ local p = pp --~ for l=1,#list do --~ if p then |