solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
{
	let x, y := 1
}
// ----
// DeclarationError 3812: (3-16): Variable count mismatch for declaration of "x, y": 2 variables and 1 values.