mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* wip: array reduce and any/all * wip: continue adding more functional-like array module functions * wip: documentation and other fixes * finish unit tests, require INDEX variable in lambdas, ready for first review * don't worry about iterating by ref (it wasn't passing it that way anyhow) * update release notes again * simplify, remove "summary operators" and related tests * Use more $defined, remove "has_operator". Fix regression in `$defined(var $f = 123)` --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>