gongahkia / thoth

functional lua pocket knife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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", "#"))

About

functional lua pocket knife


Languages

Language:Lua 96.5%Language:Makefile 3.5%