summaryrefslogtreecommitdiffstats
path: root/nselib/lpeg.luadoc
blob: 0fafcd6aa20847bbe75f24b93a3ef93f78634a22 (plain)
1
2
3
4
5
6
7
8
9
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"