-
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
Missing table capture "{| p |}" in the "re" grammar #1
Comments
Hey @mingodad from what I've seen and used, table captures in Also make sure to be test this in pure LPeg library before reporting as LPeg issue (no LPegLabel or LPegRex forks). |
I'm not saying that it's not implemented, I'm saying that it's not in the documentation grammar of re, see it ammended reproduced here :
|
Oh now I understand, indeed it is missing there. It an issue only in an example of the re documentation page then. Still chances are higher of that being fixed if this gets reported in the Lua mailing list. |
The mentioned grammar also is missing an underscore for the first character of a
In the code:
|
Trying to use the
re
grammar shown at http://www.inf.puc-rio.br/~roberto/lpeg/re.html I found that it's missing the table capture{| p |}
pattern.For my usage example see here edubart/nelua-lang#190 (comment)
The text was updated successfully, but these errors were encountered: