Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2024-11-10 | 471 Bytes | |
Slang-0.8.2.tar.gz | 2024-11-10 | 3.1 MB | |
Slang-0.7.5.tar.gz | 2021-12-21 | 3.1 MB | |
Slang-0.7.3_2312.tar.gz | 2020-12-20 | 2.1 MB | |
ObjectiveScript-0.7.2_2172M.tar.gz | 2020-06-13 | 330.3 kB | |
ObjectiveScript-0.6.9_2629.tar.gz | 2020-02-14 | 368.1 kB | |
oscript-0.6.9-x86_64.deb.tar.gz | 2020-01-17 | 1.4 MB | |
ObjectiveScript-0.6.8_2577.tar.gz | 2019-12-16 | 370.0 kB | |
ObjectiveScript-0.6.8_2532.tar.gz | 2019-09-22 | 373.8 kB | |
ObjectiveScript-0.6.7_2393M.tar.gz | 2019-06-11 | 352.3 kB | |
ObjectiveScript-0.6.5_2054.tar.gz | 2018-08-21 | 302.2 kB | |
Totals: 11 Items | 11.7 MB | 6 |
!!!BREAKING CHANGES!!! - Started the long overdue process of renaming ObjectiveScript to Slang (which included changing the names of all binaries and updating all existing script files with the new shebang). - changed the position of the 'static' keyword, which is now the 2nd possible keyword after visibility and before language feature state (i.e. public static stable Method(...)) - moved implementation to a more C++14-style (heavily use move semantic and auto)