diff options
Diffstat (limited to 'examples/expRec.lua')
-rw-r--r-- | examples/expRec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/expRec.lua b/examples/expRec.lua index 5c5fd7d..52bd40a 100644 --- a/examples/expRec.lua +++ b/examples/expRec.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 labels = { | 4 | local labels = { |
5 | {"ExpTermFirst", "expected an expression"}, | 5 | {"ExpTermFirst", "expected an expression"}, |