The one thing that Nim got completely right is that a parse tree can be built without doing any symbol lookups whatsoever. Dynamic precedences destroy this property. So no, it's not feasible given Nim's design constraints. Note that postfix operators without dynamic precedences could be added to Nim though.