|
Please remove me from this thread
Bill
From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Sent: Monday, June 26, 2023 12:35 PM To: Lua list <lua-l@lists.lua.org> Subject: [ANN] LPeg 1.1 -- Parsing _expression_ Grammars For Lua CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
LPeg is a pattern matching library for Lua based on Parsing _expression_ Grammars. This new version 1.1 brings the following important changes: + accumulator capture + UTF-8 ranges + Larger limit for number of rules in a grammar + Larger limit for number of captures in a match + bug fixes + other small improvements As previous versions, LPeg 1.1 is compatible with all Lua versions from 5.1 to 5.4. Documentation and Download: https://usg02.safelinks.protection.office365.us/?url=""> -- Roberto The information contained in this e-mail and any attachments from UDRI may contain confidential and/or proprietary information, and is intended only for the named recipient to whom it was originally addressed. If you are not the intended recipient, any disclosure, distribution, or copying of this e-mail or its attachments is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by return e-mail and permanently delete the e-mail and any attachments. |