Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.19.0.zip | 2021-04-20 | 318.0 kB | |
README.md | 2021-04-20 | 1.0 kB | |
Totals: 2 Items | 319.0 kB | 0 |
- Add: Tuples and ranges (Issue [#408]).
- Add: Iterator should support
slice
(Issue [#409]). - Add: Iterators should support indexer (Issue [#410]).
- Add: Ranges with negative indices and parser (Issue [#412]).
- Add: Enhance slicing operator (Issue [#371]).
- Add: Rethink current ranges implementation (Issue [#350], docs).
- Add: Extend syntax for ranges (Issue [#348]).
- Change: Dyalect Console updated and now uses JSON parser implementation from Dyalect standard library.
- Fix: Entering ^Z crushes Dyalect console (Issue [#416]).