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 https://github.com/edubart/nelua-lang/issues/190#issuecomment-1100756588
Trying to use the
regrammar 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)