solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
6
7
pragma solidity ^99.99.0;
contract C {
    uint ;
}
// ----
// ParserError 6635: (48-49): Expected identifier but got ';'
// ParserError 6635: (50-51): Expected ';' but got '}'