From 2eca8082816d6af97f9ac122ac450efb3d8efb66 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 17 Nov 2015 04:58:56 +0000 Subject: [PATCH] Add NSEdoc stub for lpeg library --- nselib/lpeg.luadoc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nselib/lpeg.luadoc diff --git a/nselib/lpeg.luadoc b/nselib/lpeg.luadoc new file mode 100644 index 000000000..0fafcd6aa --- /dev/null +++ b/nselib/lpeg.luadoc @@ -0,0 +1,10 @@ +--- +-- Parsing Expression Grammars for Lua +-- +-- LPeg is a powerful pattern matching and grammar parsing library. The full +-- documentation can be found at +-- http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html +-- +-- @author Roberto Ierusalimschy +-- @license Copyright 2007, Lua.org & PUC-Rio (https://svn.nmap.org/nmap/docs/licenses/MIT) +module "lpeg"