Open anton-trunov opened 4 months ago
@jeshecdom Can you please write a small plan in my original post (you can edit it)? The first step 'structs' is already done and you already have planned to work with maps, so let's just document the plan here, in this issue
Related docs issue: https://github.com/tact-lang/tact-docs/issues/251
List of planned semantical tests
Expressions, statements
try-catch.spec.ts
with structs, maps, and contracts.&&
and||
short-circuit._ ? _ : _
short-circuits.parseStdAddress
andnewAddress
are inverse functions for each other.Variable scoping
Contracts
receive("foo")
takes precedence overreceive(s: String) { if (s == "foo") { ... } }
Stdlib
Exit codes