Skip to content

Commit

Permalink
Fixed re.lua module
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochili committed Mar 4, 2023
1 parent eb20f51 commit c4b2cdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lpeg/re.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
-- imported functions and modules
local tonumber, type, print, error = tonumber, type, print, error
local setmetatable = setmetatable
local m = require"lpeg"
local m = lpeg


-- 'm' will be used to parse expressions, and 'mm' will be used to
-- create expressions; that is, 're' runs on 'm', creating patterns
Expand Down

0 comments on commit c4b2cdb

Please sign in to comment.