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/listIdRe1.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/listIdRe1.lua')
-rw-r--r-- | examples/listIdRe1.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/listIdRe1.lua b/examples/listIdRe1.lua index 3988a3b..3098c66 100644 --- a/examples/listIdRe1.lua +++ b/examples/listIdRe1.lua | |||
@@ -1,4 +1,4 @@ | |||
1 | local re = require 'relabelrec' | 1 | local re = require 'relabel' |
2 | 2 | ||
3 | local g = re.compile[[ | 3 | local g = re.compile[[ |
4 | S <- Id List | 4 | S <- Id List |