Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lpeg parsing lib is not loading #4

Closed
pd3v opened this issue Aug 2, 2022 · 0 comments
Closed

Lpeg parsing lib is not loading #4

pd3v opened this issue Aug 2, 2022 · 0 comments
Assignees
Labels

Comments

@pd3v
Copy link
Owner

pd3v commented Aug 2, 2022

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 pd3v self-assigned this Aug 2, 2022
@pd3v pd3v added lua lpeg good first issue Good for newcomers labels Aug 2, 2022
@pd3v pd3v pinned this issue Aug 2, 2022
@pd3v pd3v closed this as completed Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant