-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for Lua 5.2 #2
Conversation
@@ -204,7 +204,10 @@ local lpeg = require 'lpeg' | |||
local P, V = lpeg.P, lpeg.V | |||
|
|||
-- module declaration | |||
module 'leg.grammar' | |||
--module 'leg.grammar' | |||
local _M = {} -- the leg.grammar module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please declare a table with the name of the module (grammar
)
Hi, thanks for the pull request! I reviewed it and made remarks above. Please make the changes and all merge the PR. Note that this project is currently unmaintained. I added you as a committer, so you can take over project maintenance if you want, and commit any further additions directly. Thanks! |
There are some missing stuff in my fix. See my last commit : 5938917 Now |
5938917
to
e91ecfa
Compare
Thank you for the PR updates! It is now merged! |
No description provided.