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 /examples/expRecAut.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 'examples/expRecAut.lua')
-rw-r--r-- | examples/expRecAut.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/expRecAut.lua b/examples/expRecAut.lua index f870d73..b8280a7 100644 --- a/examples/expRecAut.lua +++ b/examples/expRecAut.lua | |||
@@ -1,5 +1,5 @@ | |||
1 | local m = require"lpeglabelrec" | 1 | local m = require"lpeglabel" |
2 | local re = require"relabelrec" | 2 | local re = require"relabel" |
3 | 3 | ||
4 | local num = m.R("09")^1 / tonumber | 4 | local num = m.R("09")^1 / tonumber |
5 | local op = m.S("+-") | 5 | local op = m.S("+-") |