(from #3053) ``` coffee # rule : 'Assignable = TERMINATOR Expression' # supposedly allowing that : a = 5 # but also allows this a = ; 5 ```