I fixed it by adding a new "associativity", "spre" (symbolic prefix).
This is for prefix things that are listed in the precedence table in
Parser.hs.
Please look over it.
Luke
It looks sane. We eventually want to regenerate the whole table
using the precedence traits (without hard-coded tables in Parser.hs),
and this needs to be redone when that happens, but for now it should
work. Applied!
Thanks,
/Autrijus/