ndp.lua

changeset 28
3ddc836b7845
parent 26
309073a2bb53
equal deleted inserted replaced
27:1422a41b53ac 28:3ddc836b7845
1 -- ndp - Natural Date Parser library for Lua
2 -- Copyright (C) 2009 Matthew Wild <mwild1@gmail.com>
3 --
4 -- This project is MIT/X11 licensed. Please see the
5 -- COPYING file in the source package for more information.
6 --
7
1 module(..., package.seeall); 8 module(..., package.seeall);
2 9
3 require "luarocks.require" 10 require "luarocks.require"
4 require "lpeg" 11 require "lpeg"
5 12

mercurial