Warn when the Stratego := operator is used on variables that are already bound
While technically not an error per se, a common mistake is to write:
foo:
X(…, a) -> b
where
a := …Based on Spoofax/11, the Stratego checker can report such assignments as warnings.
Submitted by Lennart Kats on 6 April 2010 at 08:33
Issue Log
On 6 April 2010 at 08:50 Lennart Kats commented:
Implemented in 0.4.3.
Log in to post comments