Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2024-02-29 | 788 Bytes | |
tengo_2.17.0_darwin_amd64.tar.gz | 2024-02-29 | 1.3 MB | |
tengo_2.17.0_darwin_arm64.tar.gz | 2024-02-29 | 1.3 MB | |
tengo_2.17.0_linux_386.tar.gz | 2024-02-29 | 1.2 MB | |
tengo_2.17.0_linux_amd64.tar.gz | 2024-02-29 | 1.3 MB | |
tengo_2.17.0_linux_arm64.tar.gz | 2024-02-29 | 1.2 MB | |
tengo_2.17.0_windows_386.tar.gz | 2024-02-29 | 1.3 MB | |
tengo_2.17.0_windows_amd64.tar.gz | 2024-02-29 | 1.3 MB | |
tengo_2.17.0_windows_arm64.tar.gz | 2024-02-29 | 1.2 MB | |
README.md | 2024-02-25 | 858 Bytes | |
v2.17.0 source code.tar.gz | 2024-02-25 | 173.1 kB | |
v2.17.0 source code.zip | 2024-02-25 | 211.5 kB | |
Totals: 12 Items | 10.6 MB | 0 |
Changelog
c461a7f Fix: stop execution when trying to slice an unsupported type (#443)
47062da Add os.arch
and os.platform
(#437)
e9b0393 fix the import expr string output (#440)
9d35005 Throw a runtime error when trying to slice an unsupported type (#442)
18b953c increase size of jump operands (#438)
da09c30 Revert "[OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)" (#436)
18424de [OpJumpFalse, OpAndJump, OpOrJump, OpJump], these four instructions have been changed to use 4 bytes to avoid precision loss and panic when the number of instructions exceeds the maximum of 16 bits (65535) (#433)
92cbb9b Use any instead of interface{} (#419)
0177bdb fix json.indent docs (#429)