Hacker News new | ask | show | jobs
by coldtea 3207 days ago
Or just require whitespace for binary - and no whitespace for unary.

  res = -x ==> negative x

  res = c - x ==> c minus x

  res = - x ==> syntax error