acheck / extens

Extens is a lua Compatibility/Extensions library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extens is a lua Compatibility/Extensions library

This is a small module that contains various necessary functions and methods, and also reduces the various versions of the lua API to a single style(mostly to Lua 5.3 style)

How to use it

	require 'extens'

extens makes changes to your global environment and does not return a meaningful return value.

What's implemented

See comments in extens.lua for more details

Copyright

See Copyright.txt file for details

About

Extens is a lua Compatibility/Extensions library.

License:Other


Languages

Language:Lua 100.0%