solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
contract test {
    function f() pure public {
        uint a = a;
    }
}
// ----
// DeclarationError 7576: (64-65): Undeclared identifier. "a" is not (or not yet) visible at this point.