mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Add NSEdoc stub for lpeg library
This commit is contained in:
parent
fe4a01d570
commit
2eca808281
1 changed files with 10 additions and 0 deletions
10
nselib/lpeg.luadoc
Normal file
10
nselib/lpeg.luadoc
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue