solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
{
    function x..y() {}
}
// ----
// SyntaxError 7771: (6-24): "x..y" is not a valid identifier (contains consecutive dots).