diff options
author | Undecidable Robot <undecidabot@gmail.com> | 2016-07-11 09:16:55 +0800 |
---|---|---|
committer | Undecidable Robot <undecidabot@gmail.com> | 2016-07-11 09:16:55 +0800 |
commit | e2e4403aa84ed863ab1ab930c43d7abfd8fb5500 (patch) | |
tree | a78409c44280cafb9b8174b36fd2103963ee657f | |
parent | 7f6e794999e330c752b9c08442ca0a2a993c8eb9 (diff) | |
download | lpeglabel-e2e4403aa84ed863ab1ab930c43d7abfd8fb5500.tar.gz lpeglabel-e2e4403aa84ed863ab1ab930c43d7abfd8fb5500.tar.bz2 lpeglabel-e2e4403aa84ed863ab1ab930c43d7abfd8fb5500.zip |
Removing unused imports in the re recovery example
-rw-r--r-- | examples/recoveryRe.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/recoveryRe.lua b/examples/recoveryRe.lua index 05acf84..50ec53a 100644 --- a/examples/recoveryRe.lua +++ b/examples/recoveryRe.lua | |||
@@ -1,10 +1,5 @@ | |||
1 | local lpeg = require"lpeglabel" | ||
2 | local re = require"relabel" | 1 | local re = require"relabel" |
3 | 2 | ||
4 | local R, S, P, V = lpeg.R, lpeg.S, lpeg.P, lpeg.V | ||
5 | local C, Cc, Ct, Cmt = lpeg.C, lpeg.Cc, lpeg.Ct, lpeg.Cmt | ||
6 | local T, Lc = lpeg.T, lpeg.Lc | ||
7 | |||
8 | local errinfo = { | 3 | local errinfo = { |
9 | {"NoExp", "no expression found"}, | 4 | {"NoExp", "no expression found"}, |
10 | {"Extra", "extra characters found after the expression"}, | 5 | {"Extra", "extra characters found after the expression"}, |