aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/notYetAnotherWiki.lua
diff options
context:
space:
mode:
authoronefang2026-02-05 04:30:52 +1000
committeronefang2026-02-05 04:30:52 +1000
commita560e6314db1f47a1552b0c2a3f14d3d4396453e (patch)
tree4effb9350411262dbceda5df1939cafab2dd537b /notYetAnotherWiki.lua
parentMoar linky tweakage. (diff)
downloadnotYetAnotherWiki-a560e6314db1f47a1552b0c2a3f14d3d4396453e.zip
notYetAnotherWiki-a560e6314db1f47a1552b0c2a3f14d3d4396453e.tar.gz
notYetAnotherWiki-a560e6314db1f47a1552b0c2a3f14d3d4396453e.tar.bz2
notYetAnotherWiki-a560e6314db1f47a1552b0c2a3f14d3d4396453e.tar.xz
Add polygLua, though not using it just yet.
Diffstat (limited to 'notYetAnotherWiki.lua')
-rwxr-xr-xnotYetAnotherWiki.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua
index b85ede7..29fe316 100755
--- a/notYetAnotherWiki.lua
+++ b/notYetAnotherWiki.lua
@@ -9,6 +9,7 @@
9local Lunamark = require'lunamark' -- https://github.com/jgm/lunamark 9local Lunamark = require'lunamark' -- https://github.com/jgm/lunamark
10local Lpeg = require'lpeg' -- https://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html Lunamark uses this, so we can to. 10local Lpeg = require'lpeg' -- https://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html Lunamark uses this, so we can to.
11local RE = require're' -- Part of lpeg. https://www.inf.puc-rio.br/~roberto/lpeg/re.html 11local RE = require're' -- Part of lpeg. https://www.inf.puc-rio.br/~roberto/lpeg/re.html
12local _ = require'polygLua'
12 13
13--------------------------------------------------------------------------------- 14---------------------------------------------------------------------------------
14-- Some global data. 15-- Some global data.