line icon indicating copy to clipboard operation
line copied to clipboard

Lpeg parsing lib is not loading

Open pd3v opened this issue 3 years ago • 0 comments

Adding these

local lpeg = require 'lpeg'
lpeg.locale(lpeg) 

to lineparsertest.lua will not parse the rest of the code in the file.

math.randomseed(os.time())

offset = 23

a = offset+(math.random()*100)%(90-offset)

I'm building lua and lpeg in the project.

pd3v avatar Aug 02 '22 15:08 pd3v