second-state / SOLL

SOLL is a new compiler for generate Ewasm from solidity and yul. See a demo here: https://asciinema.org/a/ezJqNLicn5fya02zwu4VXIo8a
https://www.secondstate.io/
377 stars 23 forks source link

implement specified type for 0.8.6 #102

Open jacky860226 opened 3 years ago

jacky860226 commented 3 years ago
let x := and("abc":uint32, add(3:uint256, 2:uint256))
{
    let zero:uint32 := 0:uint32
    let v:uint256, t:uint32 := f()
    let x, y := g()
}