├── .distinfo ├── LICENSE ├── Makefile ├── README.md ├── compat.h ├── discount.c └── test.lua /.distinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/.distinfo -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/README.md -------------------------------------------------------------------------------- /compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/compat.h -------------------------------------------------------------------------------- /discount.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/discount.c -------------------------------------------------------------------------------- /test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/craigbarnes/lua-discount/HEAD/test.lua --------------------------------------------------------------------------------