diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-09-21 10:07:34 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-09-21 10:07:34 -0300 |
commit | beb03a70df23225b5db7d86f2ea799e33d7dd252 (patch) | |
tree | 9a875091161486471dc3c87126a2ba7cc6973a63 /relabel.lua | |
parent | a9c5a38994074d2c9c5da4cf081c4ca9fa8b3271 (diff) | |
download | lpeglabel-beb03a70df23225b5db7d86f2ea799e33d7dd252.tar.gz lpeglabel-beb03a70df23225b5db7d86f2ea799e33d7dd252.tar.bz2 lpeglabel-beb03a70df23225b5db7d86f2ea799e33d7dd252.zip |
Fixing a bug in lpvm.c (now the tests passed)
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 ff2e486..0e7195e 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"lpeglabel" | 9 | local m = require"lpeglabelrec" |
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 |