├── .gitpod.yml ├── Docs.md ├── LICENSE ├── README.md ├── Self.lua ├── Stack.lua ├── Test.lua └── self-0.2.2-0.rockspec /.gitpod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/.gitpod.yml -------------------------------------------------------------------------------- /Docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/Docs.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/README.md -------------------------------------------------------------------------------- /Self.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/Self.lua -------------------------------------------------------------------------------- /Stack.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/Stack.lua -------------------------------------------------------------------------------- /Test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/Test.lua -------------------------------------------------------------------------------- /self-0.2.2-0.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Miqueas/Self/HEAD/self-0.2.2-0.rockspec --------------------------------------------------------------------------------