Skip to content

Instantly share code, notes, and snippets.

View tocuto's full-sized avatar
🔧

Iván tocuto

🔧
View GitHub Profile
@tocuto
tocuto / STable.lua
Last active January 18, 2019 14:52
STable: Turns tables to string and viceversa
--[[
STable - By Tocutoeltuco
Allows:
- String indexes
- Numeric indexes
- String values
- Numeric values
- Boolean values
- Table values (backreference/circular tables allowed! (_G._G = _G))