This PR adds support in the compiler to generate LLVM code for Scilla code that have Address typed values. For execution, Address typed values are treated as ByStr20 values. The critical aspect of this PR is generation of type descriptors for Address Types.
This PR adds support in the compiler to generate LLVM code for Scilla code that have
Address
typed values. For execution,Address
typed values are treated asByStr20
values. The critical aspect of this PR is generation of type descriptors forAddress
Types.