summaryrefslogtreecommitdiff
path: root/tex/context/base/util-prs.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-06-20 16:19:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-06-20 16:19:00 +0200
commit4f278f90bee8c8421692cab8ad2a2c20b6f0ace1 (patch)
tree6a620b5c8e8064754f98c0e053ce142ce8ba7155 /tex/context/base/util-prs.lua
parentbc23ad4b6ff02b5e714a9f81dedfee2474b6b273 (diff)
downloadcontext-4f278f90bee8c8421692cab8ad2a2c20b6f0ace1.tar.gz
beta 2012.06.20 16:19
Diffstat (limited to 'tex/context/base/util-prs.lua')
-rw-r--r--tex/context/base/util-prs.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/util-prs.lua b/tex/context/base/util-prs.lua
index 66ada23fd..3d3ef6610 100644
--- a/tex/context/base/util-prs.lua
+++ b/tex/context/base/util-prs.lua
@@ -6,6 +6,8 @@ if not modules then modules = { } end modules ['util-prs'] = {
license = "see context related readme files"
}
+local lpeg, table, string = lpeg, table, string
+
local P, R, V, C, Ct, Cs, Carg, Cc = lpeg.P, lpeg.R, lpeg.V, lpeg.C, lpeg.Ct, lpeg.Cs, lpeg.Carg, lpeg.Cc
local lpegmatch, patterns = lpeg.match, lpeg.patterns
local concat, format, gmatch, find = table.concat, string.format, string.gmatch, string.find