diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
commit | 1968c31ba622b8b5770b0b3fb0973d9e797959f1 (patch) | |
tree | 1f2086bf2a815b1657d7a72d36dc75de767b0e8b /relabel.lua | |
parent | bbc6ec52e9ba1a030bbb503708fa2f3010efd983 (diff) | |
download | lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.gz lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.bz2 lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.zip |
Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"
Diffstat (limited to 'relabel.lua')
-rw-r--r-- | relabel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relabel.lua b/relabel.lua index af1a440..cf76e89 100644 --- a/relabel.lua +++ b/relabel.lua | |||
@@ -6,7 +6,7 @@ local pcall = pcall | |||
6 | local setmetatable = setmetatable | 6 | local setmetatable = setmetatable |
7 | local unpack, tinsert, concat = table.unpack or unpack, table.insert, table.concat | 7 | local unpack, tinsert, concat = table.unpack or unpack, table.insert, table.concat |
8 | local rep = string.rep | 8 | local rep = string.rep |
9 | local m = require"lpeglabelrec" | 9 | local m = require"lpeglabel" |
10 | 10 | ||
11 | -- 'm' will be used to parse expressions, and 'mm' will be used to | 11 | -- 'm' will be used to parse expressions, and 'mm' will be used to |
12 | -- create expressions; that is, 're' runs on 'm', creating patterns | 12 | -- create expressions; that is, 're' runs on 'm', creating patterns |