/thoth

functional lua pocket knife

Primary LanguageLua

love2d helpers

installation

$ git clone https://github.com/gongahkia/thoth
$ cd thoth
$ make clean

usage

-- eg usage
local s = require("src.stringify")
print(s.Lstrip("###watermelon", "#"))