solidityj / solidity-antlr4

Solidity grammar for ANTLR4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for explicit type conversions

federicobond opened this issue · comments

int8 y = -3;
uint x = uint(y);

See here.