Disallow Repeated Assignment Keys
This should not be allowed:
let x x = 1 2
Nor should this:
fn func x x
In both cases, an error should be printed, and an exit status of 1 provided.
This should not be allowed:
let x x = 1 2
Nor should this:
fn func x x
In both cases, an error should be printed, and an exit status of 1 provided.