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 --- lpeg.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lpeg.html') 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
-- cgit v1.2.3-55-g6feb