From 73a96935337d78d0e1015d7ccce6cf7470c192c4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 26 Jun 2023 13:29:19 -0300 Subject: Removed protocol ('http') from links in documentation --- README.md | 4 ++-- lpeg.html | 18 +++++++++--------- re.html | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 8c3fc86..65ac1eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# LPeg +# LPeg - Parsing Expression Grammars For Lua For more information, -see [Lpeg](http://www.inf.puc-rio.br/~roberto/lpeg/). +see [Lpeg](//www.inf.puc-rio.br/~roberto/lpeg/). diff --git a/lpeg.html b/lpeg.html index c9982aa..b31d575 100644 --- a/lpeg.html +++ b/lpeg.html @@ -1,10 +1,10 @@ - + "//www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + LPeg - Parsing Expression Grammars For Lua @@ -15,7 +15,7 @@
@@ -55,16 +55,16 @@

LPeg is a new pattern-matching library for Lua, based on - + Parsing Expression Grammars (PEGs). This text is a reference manual for the library. 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.)

@@ -1375,11 +1375,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
diff --git a/re.html b/re.html index ddad801..c8d1bc8 100644 --- a/re.html +++ b/re.html @@ -1,10 +1,10 @@ + "//www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> LPeg.re - Regex syntax for LPEG @@ -15,7 +15,7 @@
-- cgit v1.2.3-55-g6feb