Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dya-0.10.0.zip | 2019-09-20 | 187.5 kB | |
Dyalect 0.10.0.tar.gz | 2019-09-20 | 190.2 kB | |
Dyalect 0.10.0.zip | 2019-09-20 | 286.4 kB | |
README.md | 2019-09-20 | 1.6 kB | |
Totals: 4 Items | 665.7 kB | 0 |
- Done: Add a multiline string literal (Issue [#206], docs).
- Done: Object files (Issue [#49]).
- Done: Support for script arguments (Issue [#39]).
- Done: Code guards (Issue [#211], docs).
- Done: Add a standard
round
function (Issue [#257], docs). - Done: Add an ability to obtain a name of a function (Issue [#260], docs).
- Done: Add an ability to obtain a reference to a caller function and current function (Issue [#259], docs).
- Done:
do/while
loop (Issue [#32], docs). - Fixed: Correct default custom type
toString
implementation (Issue [#256]). - Fixed:
assert
function crushes the runtime if anil
is passed as one of the arguments (Issue [#261]).