diff options
| author | onefang | 2026-02-05 04:30:52 +1000 |
|---|---|---|
| committer | onefang | 2026-02-05 04:30:52 +1000 |
| commit | a560e6314db1f47a1552b0c2a3f14d3d4396453e (patch) | |
| tree | 4effb9350411262dbceda5df1939cafab2dd537b /notYetAnotherWiki.lua | |
| parent | Moar linky tweakage. (diff) | |
| download | notYetAnotherWiki-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-x | notYetAnotherWiki.lua | 1 |
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 @@ | |||
| 9 | local Lunamark = require'lunamark' -- https://github.com/jgm/lunamark | 9 | local Lunamark = require'lunamark' -- https://github.com/jgm/lunamark |
| 10 | local Lpeg = require'lpeg' -- https://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html Lunamark uses this, so we can to. | 10 | local Lpeg = require'lpeg' -- https://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html Lunamark uses this, so we can to. |
| 11 | local RE = require're' -- Part of lpeg. https://www.inf.puc-rio.br/~roberto/lpeg/re.html | 11 | local RE = require're' -- Part of lpeg. https://www.inf.puc-rio.br/~roberto/lpeg/re.html |
| 12 | local _ = require'polygLua' | ||
| 12 | 13 | ||
| 13 | --------------------------------------------------------------------------------- | 14 | --------------------------------------------------------------------------------- |
| 14 | -- Some global data. | 15 | -- Some global data. |
