line
line copied to clipboard
Lpeg parsing lib is not loading
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.