xfbs / PiL3Links
My solutions to the exercises from the book "Programming in Lua 3" by Roberto Ierusalimschy
☆133Updated 6 years ago
Alternatives and similar repositories for PiL3
Users that are interested in PiL3 are comparing it to the libraries listed below
Sorting:
- Lua String Templates☆188Updated 10 years ago
- A lua debugger in independent lua VM☆121Updated 7 years ago
- This is a collection of several GDB macros that simplify debugging of C modules for Lua☆68Updated 8 years ago
- Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.☆479Updated 5 years ago
- JSON (Javascript Object Notation - http://www.json.org) encoding / decoding module for Lua, and very basic JSON RPC module (requiring soc…