mirror of https://github.com/exaloop/codon.git
* Backport seq-lang/seq@develop fixes * Backport seq-lang/seq@develop fixes * Select the last matching overload by default (remove scoring logic); Add dispatch stubs for partial overload support * Select the last matching overload by default [wip] * Fix various bugs and update tests * Add support for partial functions with *args/**kwargs; Fix partial method dispatch * Update .gitignore * Fix grammar to allow variable names that have reserved word as a prefix * Add support for super() call * Add super() tests; Allow static inheritance to inherit @extend methods * Support for overloaded functions [wip; base logic done] * Support for overloaded functions * Update .gitignore * Fix partial dots * Rename function overload 'super' to 'superf' * Add support for super() * Add tests for super() * Add tuple_offsetof * Add tuple support for super() * Add isinstance support for inherited classes; Fix review issues Co-authored-by: A. R. Shajii <ars@ars.me> |
||
---|---|---|
.. | ||
bisect_test.codon | ||
cmath_test.codon | ||
cmath_testcases.txt | ||
datetime_test.codon | ||
heapq_test.codon | ||
itertools_test.codon | ||
math_test.codon | ||
operator_test.codon | ||
random_test.codon | ||
sort_test.codon | ||
statistics_test.codon | ||
str_test.codon |