From 089112f883540c4434e9e8e96de50a75f2b15f7e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 3 Apr 2026 12:57:39 -0300 Subject: Added 'https' to URLs in the doc files --- lpeg.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'lpeg.html') diff --git a/lpeg.html b/lpeg.html index bd54294..8120781 100644 --- a/lpeg.html +++ b/lpeg.html @@ -4,7 +4,7 @@ LPeg - Parsing Expression Grammars For Lua @@ -15,7 +15,7 @@
@@ -55,7 +55,7 @@

LPeg is a pattern-matching library for Lua, based on - + Parsing Expression Grammars (PEGs). This text is a reference manual for the library. For those starting with LPeg, @@ -64,10 +64,10 @@ Mastering LPeg presents a good tutorial. For a more formal treatment of LPeg, as well as some discussion about its implementation, see - + A Text Pattern-Matching Tool based on Parsing Expression Grammars. You may also be interested in my -talk about LPeg +talk about LPeg given at the III Lua Workshop.

@@ -1387,11 +1387,11 @@ and the new term for each repetition.

Download

LPeg -source code.

+source code.

Probably, the easiest way to install LPeg is with -LuaRocks. +LuaRocks. If you have LuaRocks installed, the following command is all you need to install LPeg:

$ luarocks install lpeg
-- cgit v1.2.3-55-g6feb