seqlua

log README

age author description
2014-08-21 jbe Removed iterator(...) function; ipairs doesn't accept iterator triplets anymore
2014-08-21 jbe Added TODO to README: iterator triplet approach doesn't work
2014-08-20 jbe Added coroutine based filter(func, ...) example to new file seqlua_ipairs_example.lua
2014-08-20 jbe Precedence of __call and __index noted in README
2014-08-20 jbe Removed unnecessary creation of closures for callable values (through __call)
2014-08-20 jbe More compact coroutine example in README
2014-08-20 jbe Added coroutine example to README
2014-08-20 jbe Extended README to contain example for file:lines() iterator
2014-08-20 jbe Fixed sample output in README (one line for a letter was missing)
2014-08-20 jbe Pass value as argument to __call metamethod
2014-08-20 jbe Reverted last commit and added TODO for first argument to __call
2014-08-20 jbe Allow seqlua_iterinit to modify the value on stack instead of storing an extra element on stack
2014-08-20 jbe Fixed another mistake in documentation of seqlua_iterclosure(L, idx) in README
2014-08-20 jbe Fixed mistake in README: seqlua_iterclosure(L, idx) respects __call, not __ipairs
2014-08-20 jbe Documented seqlua_iterinit's extra element on stack in README

Impressum / About Us