ethereum / act

Smart contract specification language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Negative Integer Literals

d-xo opened this issue · comments

commented

The current implementation fails with a parse error on the following spec:

constructor of C
interface constructor()

creates

    int totalSupply := -1

We should implement negative integer literals.