mirror of https://github.com/exaloop/codon.git
* Support "key" argument on min() and max() builtins * Delay overload selection when arguments are not known (delayed dispatch) * Delay 'is None' for 'Optional[T]' until type is known * Fix union overload selection * Add static string slicing * Fix itertools.accumulate * Fix list comprehension optimization ( minitech:imports-in-list-comprehensions ) * Fix match or patterns * Fix tests and faulty static tuple issue * Fix OpenMP reductions with new min/max functions * Fix domination of dominated bindings; Fix hasattr overloads; Fix arg=None handling * Fix empty return handling; Mark generators with an attribute * Fix #487 * Fix test * Fix IR pass --------- Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com> |
||
---|---|---|
.. | ||
app | ||
cir | ||
core | ||
parser | ||
python | ||
stdlib | ||
transform | ||
CMakeLists.txt.in | ||
main.cpp | ||
types.cpp |